Html Css Color HEX #588AC0 Danube

📋 copy color: '#588AC0'

red 88 ◦ green 138 ◦ blue 192

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

Shades of Danube #588AC0

Tints of Danube #588AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 21.05%
G = 33.01%
B = 45.93%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#588AC0 (or 0x588AC0) is known color: Danube. HEX triplet: 58, 8A and C0. RGB value is (88,138,192). Sum of RGB (Red+Green+Blue) = 88+138+192=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #588AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588AC0 is #A7753F. Grayscale: #808080. Windows color (decimal): -10974528 or 12618328. OLE color: 12618328.

HSL color Cylindrical-coordinate representation of color #588AC0: hue angle of 211.15º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #588AC0 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 138 192 -
CMYK 0.54 0.28 0 0.25
HSL 211.15º 0.45% 0.55% -
HSV(B) 211.15º 0.54% 0.75% -
XYZ 22.63 24.06 53.32 -
YUV 129.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 88 138 192 0.54 0.28 0 0.25 211.15 0.45 0.55
Hex 58 8A C0 36 1C 0 19 D3 2D 37
Octal 130 212 300 66 34 0 31 323 55 67
Binary 1011000 10001010 11000000 110110 11100 0 11001 11010011 101101 110111

Color Harmonies of #588AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588AC0

Black with #588AC0

Text Example


Text Example

White with #588AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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