#5B89C0

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

Shades of Danube #5B89C0

Tints of Danube #5B89C0

Color information

#5B89C0 (or 0x5B89C0) is unknown color: approx Danube. HEX triplet: 5B, 89 and C0. RGB value is (91,137,192). Sum of RGB (Red+Green+Blue) = 91+137+192=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #5B89C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B89C0 is #A4763F. Grayscale: #818181. Windows color (decimal): -10778176 or 12618075. OLE color: 12618075.

HSL color Cylindrical-coordinate representation of color #5B89C0: hue angle of 212.67º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B89C0 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91137192-
CMYK0.530.2900.25
HSL212.67º44.49%55.49%-
HSV(B)212.67º52.6%75.29%-
XYZ22.7723.9253.29-
YUV129.52163.26100.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.67%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 192 (75.39% from 255) = 45.71%
R=21.67%
G=32.62%
B=45.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911371920.530.2900.25212.6744.4955.49
Hex5B89C0351D019d52c37
Octal13321130065350313255467
Binary101101110001001110000001101011110101100111010101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B89C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B89C0; }

 p { color: rgb(91,137,192); }

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

<style>
 a { background-color: #5B89C0; }

 a { background-color: rgb(91,137,192); }

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

<style>
 span { border-color: #5B89C0; }

 span { border-color: rgb(91,137,192); }

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