#5B6587

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

Shades of Waikawa Grey #5B6587

Tints of Waikawa Grey #5B6587

Color information

#5B6587 (or 0x5B6587) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 65 and 87. RGB value is (91,101,135). Sum of RGB (Red+Green+Blue) = 91+101+135=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B6587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6587 is #A49A78. Grayscale: #656565. Windows color (decimal): -10787449 or 8873307. OLE color: 8873307.

HSL color Cylindrical-coordinate representation of color #5B6587: hue angle of 226.36º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B6587 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB91101135-
CMYK0.330.2500.47
HSL226.36º19.47%44.31%-
HSV(B)226.36º32.59%52.94%-
XYZ13.3413.2824.78-
YUV101.89146.69120.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.83%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=27.83%
G=30.89%
B=41.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911011350.330.2500.47226.3619.4744.31
Hex5B6587211902Fe2132c
Octal13314520741310573422354
Binary10110111100101100001111000011100101011111110001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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