#588FB7

Color #588FB7 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #588FB7

Tints of Shakespeare #588FB7

Color information

#588FB7 (or 0x588FB7) is unknown color: approx Shakespeare. HEX triplet: 58, 8F and B7. RGB value is (88,143,183). Sum of RGB (Red+Green+Blue) = 88+143+183=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 183 - color contains mainly: blue. Hex color #588FB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588FB7 is #A77048. Grayscale: #828282. Windows color (decimal): -10973257 or 12029784. OLE color: 12029784.

HSL color Cylindrical-coordinate representation of color #588FB7: hue angle of 205.26º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #588FB7 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB88143183-
CMYK0.520.2200.28
HSL205.26º39.75%53.14%-
HSV(B)205.26º51.91%71.76%-
XYZ22.3925.1448.47-
YUV131.11157.2897.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 21.26%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 183 (71.88% from 255) = 44.20%
R=21.26%
G=34.54%
B=44.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal881431830.520.2200.28205.2639.7553.14
Hex588FB7341601Ccd2835
Octal13021726764260343155065
Binary101100010001111101101111101001011001110011001101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588FB7; }

 p { color: rgb(88,143,183); }

 H1.HeaderClassName
 {
   color: #588FB7;
 }
 .AnyTagClassName
 {
   color: #588FB7;
 }
</style>
background-color css

<style>
 a { background-color: #588FB7; }

 a { background-color: rgb(88,143,183); }

 div.DivClassName
 {
   background-color: #588FB7;
 }
 .BgClassName
 {
   background-color: #588FB7;
 }
</style>
border-color css

<style>
 span { border-color: #588FB7; }

 span { border-color: rgb(88,143,183); }

 td.TdClassName
 {
   border-color: #588FB7;
 }
 .TagClassName
 {
   border-color: #588FB7;
 }
</style>