Html Css Color HEX #588CCC Danube

📋 copy color: '#588CCC'

red 88 ◦ green 140 ◦ blue 204

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

Shades of Danube #588CCC

Tints of Danube #588CCC

RGB

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

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

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

R = 20.37%
G = 32.41%
B = 47.22%

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

#588CCC (or 0x588CCC) is known color: Danube. HEX triplet: 58, 8C and CC. RGB value is (88,140,204). Sum of RGB (Red+Green+Blue) = 88+140+204=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #588CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588CCC is #A77333. Grayscale: #838383. Windows color (decimal): -10974004 or 13405272. OLE color: 13405272.

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

Color convert

RGB 88 140 204 -
CMYK 0.57 0.31 0 0.2
HSL 213.1º 0.53% 0.57% -
HSV(B) 213.1º 0.57% 0.8% -
XYZ 24.3 25.19 60.71 -
YUV 131.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 88 140 204 0.57 0.31 0 0.2 213.1 0.53 0.57
Hex 58 8C CC 39 1F 0 14 D5 35 39
Octal 130 214 314 71 37 0 24 325 65 71
Binary 1011000 10001100 11001100 111001 11111 0 10100 11010101 110101 111001

Color Harmonies of #588CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588CCC

Black with #588CCC

Text Example


Text Example

White with #588CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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