#5786B5

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

Shades of Danube #5786B5

Tints of Danube #5786B5

Color information

#5786B5 (or 0x5786B5) is unknown color: approx Danube. HEX triplet: 57, 86 and B5. RGB value is (87,134,181). Sum of RGB (Red+Green+Blue) = 87+134+181=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #5786B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5786B5 is #A8794A. Grayscale: #7D7D7D. Windows color (decimal): -11041099 or 11896407. OLE color: 11896407.

HSL color Cylindrical-coordinate representation of color #5786B5: hue angle of 210º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5786B5 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB87134181-
CMYK0.520.2600.29
HSL210º38.84%52.55%-
HSV(B)210º51.93%70.98%-
XYZ20.822.4146.95-
YUV125.3159.43100.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.64%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 181 (71.09% from 255) = 45.02%
R=21.64%
G=33.33%
B=45.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871341810.520.2600.2921038.8452.55
Hex5786B5341A01Dd22735
Octal12720626564320353224765
Binary101011110000110101101011101001101001110111010010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5786B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5786B5; }

 p { color: rgb(87,134,181); }

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

<style>
 a { background-color: #5786B5; }

 a { background-color: rgb(87,134,181); }

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

<style>
 span { border-color: #5786B5; }

 span { border-color: rgb(87,134,181); }

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