Html Css Color HEX #588ACC Danube

📋 copy color: '#588ACC'

red 88 ◦ green 138 ◦ blue 204

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

Shades of Danube #588ACC

Tints of Danube #588ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

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

R = 20.47%
G = 32.09%
B = 47.44%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#588ACC (or 0x588ACC) is known color: Danube. HEX triplet: 58, 8A and CC. RGB value is (88,138,204). Sum of RGB (Red+Green+Blue) = 88+138+204=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #588ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588ACC is #A77533. Grayscale: #828282. Windows color (decimal): -10974516 or 13404760. OLE color: 13404760.

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

Color convert

RGB 88 138 204 -
CMYK 0.57 0.32 0 0.2
HSL 214.14º 0.53% 0.57% -
HSV(B) 214.14º 0.57% 0.8% -
XYZ 24.01 24.61 60.61 -
YUV 130.57 169.44 97.63 -
System Red Green Blue C M Y K H S L
Decimal 88 138 204 0.57 0.32 0 0.2 214.14 0.53 0.57
Hex 58 8A CC 39 20 0 14 D6 35 39
Octal 130 212 314 71 40 0 24 326 65 71
Binary 1011000 10001010 11001100 111001 100000 0 10100 11010110 110101 111001

Color Harmonies of #588ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588ACC

Black with #588ACC

Text Example


Text Example

White with #588ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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