#5B84B4

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

Shades of Danube #5B84B4

Tints of Danube #5B84B4

Color information

#5B84B4 (or 0x5B84B4) is unknown color: approx Danube. HEX triplet: 5B, 84 and B4. RGB value is (91,132,180). Sum of RGB (Red+Green+Blue) = 91+132+180=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #5B84B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B84B4 is #A47B4B. Grayscale: #7C7C7C. Windows color (decimal): -10779468 or 11830363. OLE color: 11830363.

HSL color Cylindrical-coordinate representation of color #5B84B4: hue angle of 212.36º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B84B4 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB91132180-
CMYK0.490.2700.29
HSL212.36º37.24%53.14%-
HSV(B)212.36º49.44%70.59%-
XYZ20.822.0246.33-
YUV125.21158.92103.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.58%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=22.58%
G=32.75%
B=44.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911321800.490.2700.29212.3637.2453.14
Hex5B84B4311B01Dd42535
Octal13320426461330353244565
Binary101101110000100101101001100011101101110111010100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B84B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,132,180); }

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

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

 a { background-color: rgb(91,132,180); }

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

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

 span { border-color: rgb(91,132,180); }

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