#5B6E91

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

Shades of Waikawa Grey #5B6E91

Tints of Waikawa Grey #5B6E91

Color information

#5B6E91 (or 0x5B6E91) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 6E and 91. RGB value is (91,110,145). Sum of RGB (Red+Green+Blue) = 91+110+145=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B6E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6E91 is #A4916E. Grayscale: #6C6C6C. Windows color (decimal): -10785135 or 9530971. OLE color: 9530971.

HSL color Cylindrical-coordinate representation of color #5B6E91: hue angle of 218.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B6E91 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB91110145-
CMYK0.370.2400.43
HSL218.89º22.88%46.27%-
HSV(B)218.89º37.24%56.86%-
XYZ1515.4228.97-
YUV108.31148.71115.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=26.30%
G=31.79%
B=41.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911101450.370.2400.43218.8922.8846.27
Hex5B6E91251802Bdb172e
Octal13315622145300533332756
Binary10110111101110100100011001011100001010111101101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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