Html Css Color HEX #588CCD Danube

📋 copy color: '#588CCD'

red 88 ◦ green 140 ◦ blue 205

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

Shades of Danube #588CCD

Tints of Danube #588CCD

RGB

 RED value IS 88 (34.77% from 255) = 20.32%

 GREEN value IS 140 (55.08% from 255) = 32.33%

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 20.32%
G = 32.33%
B = 47.34%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#588CCD (or 0x588CCD) is known color: Danube. HEX triplet: 58, 8C and CD. RGB value is (88,140,205). Sum of RGB (Red+Green+Blue) = 88+140+205=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #588CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588CCD is #A77332. Grayscale: #838383. Windows color (decimal): -10974003 or 13470808. OLE color: 13470808.

HSL color Cylindrical-coordinate representation of color #588CCD: hue angle of 213.33º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #588CCD is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 140 205 -
CMYK 0.57 0.32 0 0.20
HSL 213.33º 0.54% 0.57% -
HSV(B) 213.33º 0.57% 0.8% -
XYZ 24.42 25.24 61.34 -
YUV 131.86 169.27 96.71 -
System Red Green Blue C M Y K H S L
Decimal 88 140 205 0.57 0.32 0 0.20 213.33 0.54 0.57
Hex 58 8C CD 39 20 0 14 D5 36 39
Octal 130 214 315 71 40 0 24 325 66 71
Binary 1011000 10001100 11001101 111001 100000 0 10100 11010101 110110 111001

Color Harmonies of #588CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588CCD

Black with #588CCD

Text Example


Text Example

White with #588CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #588CCD;
 }
 .AnyTagClassName
 {
   color: #588CCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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