#5687BD

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

Shades of Danube #5687BD

Tints of Danube #5687BD

Color information

#5687BD (or 0x5687BD) is unknown color: approx Danube. HEX triplet: 56, 87 and BD. RGB value is (86,135,189). Sum of RGB (Red+Green+Blue) = 86+135+189=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #5687BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5687BD is #A97842. Grayscale: #7E7E7E. Windows color (decimal): -11106371 or 12420950. OLE color: 12420950.

HSL color Cylindrical-coordinate representation of color #5687BD: hue angle of 211.46º 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 #5687BD is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB86135189-
CMYK0.540.2900.26
HSL211.46º43.83%53.92%-
HSV(B)211.46º54.5%74.12%-
XYZ21.6922.9851.44-
YUV126.5163.2799.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.98%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 189 (74.22% from 255) = 46.10%
R=20.98%
G=32.93%
B=46.10%

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
Decimal861351890.540.2900.26211.4643.8353.92
Hex5687BD361D01Ad32c36
Octal12620727566350323235466
Binary101011010000111101111011101101110101101011010011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5687BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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