#5B6596

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

Shades of Waikawa Grey #5B6596

Tints of Waikawa Grey #5B6596

Color information

#5B6596 (or 0x5B6596) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 65 and 96. RGB value is (91,101,150). Sum of RGB (Red+Green+Blue) = 91+101+150=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B6596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6596 is #A49A69. Grayscale: #676767. Windows color (decimal): -10787434 or 9856347. OLE color: 9856347.

HSL color Cylindrical-coordinate representation of color #5B6596: hue angle of 229.83º 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 #5B6596 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB91101150-
CMYK0.390.3300.41
HSL229.83º24.48%47.25%-
HSV(B)229.83º39.33%58.82%-
XYZ14.4713.7330.74-
YUV103.6154.19119.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.61%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=26.61%
G=29.53%
B=43.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal911011500.390.3300.41229.8324.4847.25
Hex5B65962721029e6182f
Octal13314522647410513463057
Binary101101111001011001011010011110000101010011110011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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