#5985B4

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

Shades of Danube #5985B4

Tints of Danube #5985B4

Color information

#5985B4 (or 0x5985B4) is unknown color: approx Danube. HEX triplet: 59, 85 and B4. RGB value is (89,133,180). Sum of RGB (Red+Green+Blue) = 89+133+180=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #5985B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5985B4 is #A67A4B. Grayscale: #7C7C7C. Windows color (decimal): -10910284 or 11830617. OLE color: 11830617.

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

Color convert

RGB89133180-
CMYK0.510.2600.29
HSL210.99º37.76%52.75%-
HSV(B)210.99º50.56%70.59%-
XYZ20.7522.1946.37-
YUV125.2158.92102.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.14%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=22.14%
G=33.08%
B=44.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891331800.510.2600.29210.9937.7652.75
Hex5985B4331A01Dd32635
Octal13120526463320353234665
Binary101100110000101101101001100111101001110111010011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5985B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5985B4; }

 p { color: rgb(89,133,180); }

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

<style>
 a { background-color: #5985B4; }

 a { background-color: rgb(89,133,180); }

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

<style>
 span { border-color: #5985B4; }

 span { border-color: rgb(89,133,180); }

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