Html Css Color HEX #588DCC Danube

📋 copy color: '#588DCC'

red 88 ◦ green 141 ◦ blue 204

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

Shades of Danube #588DCC

Tints of Danube #588DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.56%

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 20.32%
G = 32.56%
B = 47.11%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#588DCC (or 0x588DCC) is known color: Danube. HEX triplet: 58, 8D and CC. RGB value is (88,141,204). Sum of RGB (Red+Green+Blue) = 88+141+204=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #588DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588DCC is #A77233. Grayscale: #848484. Windows color (decimal): -10973748 or 13405528. OLE color: 13405528.

HSL color Cylindrical-coordinate representation of color #588DCC: hue angle of 212.59º degrees, saturation: 0.53, 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 #588DCC is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 141 204 -
CMYK 0.57 0.31 0 0.2
HSL 212.59º 0.53% 0.57% -
HSV(B) 212.59º 0.57% 0.8% -
XYZ 24.45 25.48 60.76 -
YUV 132.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 88 141 204 0.57 0.31 0 0.2 212.59 0.53 0.57
Hex 58 8D CC 39 1F 0 14 D5 35 39
Octal 130 215 314 71 37 0 24 325 65 71
Binary 1011000 10001101 11001100 111001 11111 0 10100 11010101 110101 111001

Color Harmonies of #588DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588DCC

Black with #588DCC

Text Example


Text Example

White with #588DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,141,204); }

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

background-color css

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

 a { background-color: rgb(88,141,204); }

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

border-color css

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

 span { border-color: rgb(88,141,204); }

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