#5B6E96

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

Shades of Waikawa Grey #5B6E96

Tints of Waikawa Grey #5B6E96

Color information

#5B6E96 (or 0x5B6E96) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 6E and 96. RGB value is (91,110,150). Sum of RGB (Red+Green+Blue) = 91+110+150=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B6E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6E96 is #A49169. Grayscale: #6C6C6C. Windows color (decimal): -10785130 or 9858651. OLE color: 9858651.

HSL color Cylindrical-coordinate representation of color #5B6E96: hue angle of 220.68º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B6E96 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB91110150-
CMYK0.390.2700.41
HSL220.68º24.48%47.25%-
HSV(B)220.68º39.33%58.82%-
XYZ15.415.5831.05-
YUV108.88151.21115.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.93%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 150 (58.98% from 255) = 42.74%
R=25.93%
G=31.34%
B=42.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal911101500.390.2700.41220.6824.4847.25
Hex5B6E96271B029dd182f
Octal13315622647330513353057
Binary10110111101110100101101001111101101010011101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,110,150); }

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

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

 a { background-color: rgb(91,110,150); }

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

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

 span { border-color: rgb(91,110,150); }

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