#588FBA

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

Shades of Danube #588FBA

Tints of Danube #588FBA

Color information

#588FBA (or 0x588FBA) is unknown color: approx Danube. HEX triplet: 58, 8F and BA. RGB value is (88,143,186). Sum of RGB (Red+Green+Blue) = 88+143+186=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #588FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588FBA is #A77045. Grayscale: #838383. Windows color (decimal): -10973254 or 12226392. OLE color: 12226392.

HSL color Cylindrical-coordinate representation of color #588FBA: hue angle of 206.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #588FBA is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88143186-
CMYK0.530.2300.27
HSL206.33º41.53%53.73%-
HSV(B)206.33º52.69%72.94%-
XYZ22.7125.2650.13-
YUV131.46158.7897-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.10%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=21.10%
G=34.29%
B=44.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881431860.530.2300.27206.3341.5353.73
Hex588FBA351701Bce2a36
Octal13021727265270333165266
Binary101100010001111101110101101011011101101111001110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,143,186); }

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

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

 a { background-color: rgb(88,143,186); }

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

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

 span { border-color: rgb(88,143,186); }

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