#5687BB

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

Shades of Danube #5687BB

Tints of Danube #5687BB

Color information

#5687BB (or 0x5687BB) is unknown color: approx Danube. HEX triplet: 56, 87 and BB. RGB value is (86,135,187). Sum of RGB (Red+Green+Blue) = 86+135+187=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #5687BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5687BB is #A97844. Grayscale: #7E7E7E. Windows color (decimal): -11106373 or 12289878. OLE color: 12289878.

HSL color Cylindrical-coordinate representation of color #5687BB: hue angle of 210.89º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5687BB is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86135187-
CMYK0.540.2800.27
HSL210.89º42.62%53.53%-
HSV(B)210.89º54.01%73.33%-
XYZ21.4722.8950.3-
YUV126.28162.2799.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.08%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=21.08%
G=33.09%
B=45.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861351870.540.2800.27210.8942.6253.53
Hex5687BB361C01Bd32b36
Octal12620727366340333235366
Binary101011010000111101110111101101110001101111010011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5687BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5687BB; }

 p { color: rgb(86,135,187); }

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

<style>
 a { background-color: #5687BB; }

 a { background-color: rgb(86,135,187); }

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

<style>
 span { border-color: #5687BB; }

 span { border-color: rgb(86,135,187); }

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