#5787BD

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

Shades of Danube #5787BD

Tints of Danube #5787BD

Color information

#5787BD (or 0x5787BD) is unknown color: approx Danube. HEX triplet: 57, 87 and BD. RGB value is (87,135,189). Sum of RGB (Red+Green+Blue) = 87+135+189=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #5787BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5787BD is #A87842. Grayscale: #7E7E7E. Windows color (decimal): -11040835 or 12420951. OLE color: 12420951.

HSL color Cylindrical-coordinate representation of color #5787BD: hue angle of 211.76º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5787BD is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87135189-
CMYK0.540.2900.26
HSL211.76º43.59%54.12%-
HSV(B)211.76º53.97%74.12%-
XYZ21.7823.0351.44-
YUV126.8163.199.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.17%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 189 (74.22% from 255) = 45.99%
R=21.17%
G=32.85%
B=45.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871351890.540.2900.26211.7643.5954.12
Hex5787BD361D01Ad42c36
Octal12720727566350323245466
Binary101011110000111101111011101101110101101011010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5787BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5787BD; }

 p { color: rgb(87,135,189); }

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

<style>
 a { background-color: #5787BD; }

 a { background-color: rgb(87,135,189); }

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

<style>
 span { border-color: #5787BD; }

 span { border-color: rgb(87,135,189); }

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