#588BC2

Color #588BC2 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #588BC2

Tints of Danube #588BC2

Color information

#588BC2 (or 0x588BC2) is unknown color: approx Danube. HEX triplet: 58, 8B and C2. RGB value is (88,139,194). Sum of RGB (Red+Green+Blue) = 88+139+194=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #588BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588BC2 is #A7743D. Grayscale: #818181. Windows color (decimal): -10974270 or 12749656. OLE color: 12749656.

HSL color Cylindrical-coordinate representation of color #588BC2: hue angle of 211.13º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #588BC2 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB88139194-
CMYK0.550.2800.24
HSL211.13º46.49%55.29%-
HSV(B)211.13º54.64%76.08%-
XYZ22.9924.4354.54-
YUV130.02164.198.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.90%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 194 (76.17% from 255) = 46.08%
R=20.90%
G=33.02%
B=46.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881391940.550.2800.24211.1346.4955.29
Hex588BC2371C018d32e37
Octal13021330267340303235667
Binary101100010001011110000101101111110001100011010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,139,194); }

 H1.HeaderClassName
 {
   color: #588BC2;
 }
 .AnyTagClassName
 {
   color: #588BC2;
 }
</style>
background-color css

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

 a { background-color: rgb(88,139,194); }

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

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

 span { border-color: rgb(88,139,194); }

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