#588ACB

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

Shades of Danube #588ACB

Tints of Danube #588ACB

Color information

#588ACB (or 0x588ACB) is unknown color: approx Danube. HEX triplet: 58, 8A and CB. RGB value is (88,138,203). Sum of RGB (Red+Green+Blue) = 88+138+203=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #588ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588ACB is #A77534. Grayscale: #828282. Windows color (decimal): -10974517 or 13339224. OLE color: 13339224.

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

Color convert

RGB88138203-
CMYK0.570.3200.20
HSL213.91º52.51%57.06%-
HSV(B)213.91º56.65%79.61%-
XYZ23.8924.5659.98-
YUV130.46168.9497.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.51%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=20.51%
G=32.17%
B=47.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881382030.570.3200.20213.9152.5157.06
Hex588ACB3920014d63539
Octal13021231371400243266571
Binary1011000100010101100101111100110000001010011010110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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