#5B7699

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

Shades of Waikawa Grey #5B7699

Tints of Waikawa Grey #5B7699

Color information

#5B7699 (or 0x5B7699) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 76 and 99. RGB value is (91,118,153). Sum of RGB (Red+Green+Blue) = 91+118+153=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B7699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7699 is #A48966. Grayscale: #717171. Windows color (decimal): -10783079 or 10057307. OLE color: 10057307.

HSL color Cylindrical-coordinate representation of color #5B7699: hue angle of 213.87º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B7699 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB91118153-
CMYK0.410.2300.4
HSL213.87º25.41%47.84%-
HSV(B)213.87º40.52%60%-
XYZ16.5417.4832.64-
YUV113.92150.05111.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.14%
GREEN value IS 118 (46.48% from 255) = 32.60%
BLUE value IS 153 (60.16% from 255) = 42.27%
R=25.14%
G=32.60%
B=42.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal911181530.410.2300.4213.8725.4147.84
Hex5B76992917028d61930
Octal13316623151270503263160
Binary10110111110110100110011010011011101010001101011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,118,153); }

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

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

 a { background-color: rgb(91,118,153); }

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

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

 span { border-color: rgb(91,118,153); }

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