#588EC2

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

Shades of Danube #588EC2

Tints of Danube #588EC2

Color information

#588EC2 (or 0x588EC2) is unknown color: approx Danube. HEX triplet: 58, 8E and C2. RGB value is (88,142,194). Sum of RGB (Red+Green+Blue) = 88+142+194=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #588EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588EC2 is #A7713D. Grayscale: #838383. Windows color (decimal): -10973502 or 12750424. OLE color: 12750424.

HSL color Cylindrical-coordinate representation of color #588EC2: hue angle of 209.43º 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 #588EC2 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB88142194-
CMYK0.550.2700.24
HSL209.43º46.49%55.29%-
HSV(B)209.43º54.64%76.08%-
XYZ23.4425.3254.69-
YUV131.78163.1196.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.75%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 194 (76.17% from 255) = 45.75%
R=20.75%
G=33.49%
B=45.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881421940.550.2700.24209.4346.4955.29
Hex588EC2371B018d12e37
Octal13021630267330303215667
Binary101100010001110110000101101111101101100011010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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