#5B6189

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

Shades of Waikawa Grey #5B6189

Tints of Waikawa Grey #5B6189

Color information

#5B6189 (or 0x5B6189) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 61 and 89. RGB value is (91,97,137). Sum of RGB (Red+Green+Blue) = 91+97+137=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #5B6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6189 is #A49E76. Grayscale: #636363. Windows color (decimal): -10788471 or 9003355. OLE color: 9003355.

HSL color Cylindrical-coordinate representation of color #5B6189: hue angle of 232.17º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B6189 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9197137-
CMYK0.340.2900.46
HSL232.17º20.18%44.71%-
HSV(B)232.17º33.58%53.73%-
XYZ13.112.5825.4-
YUV99.77149.01121.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=28%
G=29.85%
B=42.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91971370.340.2900.46232.1720.1844.71
Hex5B6189221D02Ee8142d
Octal13314121142350563502455
Binary10110111100001100010011000101110101011101110100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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