#578DBB

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

Shades of Danube #578DBB

Tints of Danube #578DBB

Color information

#578DBB (or 0x578DBB) is unknown color: approx Danube. HEX triplet: 57, 8D and BB. RGB value is (87,141,187). Sum of RGB (Red+Green+Blue) = 87+141+187=415 (54% of max value = 765). Red value is 87 (34.38% from 255 or 20.96% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #578DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578DBB is #A87244. Grayscale: #818181. Windows color (decimal): -11039301 or 12291415. OLE color: 12291415.

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

Color convert

RGB87141187-
CMYK0.530.2500.27
HSL207.6º42.37%53.73%-
HSV(B)207.6º53.48%73.33%-
XYZ22.4224.6650.59-
YUV130.1160.1197.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.96%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=20.96%
G=33.98%
B=45.06%

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
Decimal871411870.530.2500.27207.642.3753.73
Hex578DBB351901Bd02a36
Octal12721527365310333205266
Binary101011110001101101110111101011100101101111010000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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