#578CBB

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

Shades of Danube #578CBB

Tints of Danube #578CBB

Color information

#578CBB (or 0x578CBB) is unknown color: approx Danube. HEX triplet: 57, 8C and BB. RGB value is (87,140,187). Sum of RGB (Red+Green+Blue) = 87+140+187=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #578CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578CBB is #A87344. Grayscale: #818181. Windows color (decimal): -11039557 or 12291159. OLE color: 12291159.

HSL color Cylindrical-coordinate representation of color #578CBB: hue angle of 208.2º 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 #578CBB is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87140187-
CMYK0.530.2500.27
HSL208.2º42.37%53.73%-
HSV(B)208.2º53.48%73.33%-
XYZ22.2824.3750.54-
YUV129.51160.4497.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.01%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=21.01%
G=33.82%
B=45.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871401870.530.2500.27208.242.3753.73
Hex578CBB351901Bd02a36
Octal12721427365310333205266
Binary101011110001100101110111101011100101101111010000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578CBB; }

 p { color: rgb(87,140,187); }

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

<style>
 a { background-color: #578CBB; }

 a { background-color: rgb(87,140,187); }

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

<style>
 span { border-color: #578CBB; }

 span { border-color: rgb(87,140,187); }

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