#588CD2

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

Shades of Danube #588CD2

Tints of Danube #588CD2

Color information

#588CD2 (or 0x588CD2) is unknown color: approx Danube. HEX triplet: 58, 8C and D2. RGB value is (88,140,210). Sum of RGB (Red+Green+Blue) = 88+140+210=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 210 - color contains mainly: blue. Hex color #588CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588CD2 is #A7732D. Grayscale: #848484. Windows color (decimal): -10973998 or 13798488. OLE color: 13798488.

HSL color Cylindrical-coordinate representation of color #588CD2: hue angle of 214.43º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #588CD2 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB88140210-
CMYK0.580.3300.18
HSL214.43º57.55%58.43%-
HSV(B)214.43º58.1%82.35%-
XYZ25.0425.4864.57-
YUV132.43171.7796.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.09%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 210 (82.42% from 255) = 47.95%
R=20.09%
G=31.96%
B=47.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal881402100.580.3300.18214.4357.5558.43
Hex588CD23A21012d63a3a
Octal13021432272410223267272
Binary1011000100011001101001011101010000101001011010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,140,210); }

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

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

 a { background-color: rgb(88,140,210); }

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

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

 span { border-color: rgb(88,140,210); }

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