#588ABE

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

Shades of Danube #588ABE

Tints of Danube #588ABE

Color information

#588ABE (or 0x588ABE) is unknown color: approx Danube. HEX triplet: 58, 8A and BE. RGB value is (88,138,190). Sum of RGB (Red+Green+Blue) = 88+138+190=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #588ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588ABE is #A77541. Grayscale: #808080. Windows color (decimal): -10974530 or 12487256. OLE color: 12487256.

HSL color Cylindrical-coordinate representation of color #588ABE: hue angle of 210.59º degrees, saturation: 0.44, 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 #588ABE is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB88138190-
CMYK0.540.2700.25
HSL210.59º43.97%54.51%-
HSV(B)210.59º53.68%74.51%-
XYZ22.4123.9752.16-
YUV128.98162.4498.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.15%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=21.15%
G=33.17%
B=45.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881381900.540.2700.25210.5943.9754.51
Hex588ABE361B019d32c37
Octal13021227666330313235467
Binary101100010001010101111101101101101101100111010011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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