Html Css Color HEX #588CD2 Danube

📋 copy color: '#588CD2'

red 88 ◦ green 140 ◦ blue 210

#588CD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #588CD2

Tints of Danube #588CD2

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 value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#588CD2 (or 0x588CD2) is known color: 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

RGB 88 140 210 -
CMYK 0.58 0.33 0 0.18
HSL 214.43º 0.58% 0.58% -
HSV(B) 214.43º 0.58% 0.82% -
XYZ 25.04 25.48 64.57 -
YUV 132.43 171.77 96.31 -
System Red Green Blue C M Y K H S L
Decimal 88 140 210 0.58 0.33 0 0.18 214.43 0.58 0.58
Hex 58 8C D2 3A 21 0 12 D6 3A 3A
Octal 130 214 322 72 41 0 22 326 72 72
Binary 1011000 10001100 11010010 111010 100001 0 10010 11010110 111010 111010

Color Harmonies of #588CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588CD2

Black with #588CD2

Text Example


Text Example

White with #588CD2

Text Example


Text Example

HTML Codes & Css Web 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>