#5691BC

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

Shades of Danube #5691BC

Tints of Danube #5691BC

Color information

#5691BC (or 0x5691BC) is unknown color: approx Danube. HEX triplet: 56, 91 and BC. RGB value is (86,145,188). Sum of RGB (Red+Green+Blue) = 86+145+188=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #5691BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5691BC is #A96E43. Grayscale: #848484. Windows color (decimal): -11103812 or 12357974. OLE color: 12357974.

HSL color Cylindrical-coordinate representation of color #5691BC: hue angle of 205.29º degrees, saturation: 0.43, 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 #5691BC is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB86145188-
CMYK0.540.2300.26
HSL205.29º43.22%53.73%-
HSV(B)205.29º54.26%73.73%-
XYZ23.0425.8651.35-
YUV132.26159.4595-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.53%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=20.53%
G=34.61%
B=44.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861451880.540.2300.26205.2943.2253.73
Hex5691BC361701Acd2b36
Octal12622127466270323155366
Binary101011010010001101111001101101011101101011001101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5691BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5691BC; }

 p { color: rgb(86,145,188); }

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

<style>
 a { background-color: #5691BC; }

 a { background-color: rgb(86,145,188); }

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

<style>
 span { border-color: #5691BC; }

 span { border-color: rgb(86,145,188); }

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