#5B7495

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

Shades of Waikawa Grey #5B7495

Tints of Waikawa Grey #5B7495

Color information

#5B7495 (or 0x5B7495) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 74 and 95. RGB value is (91,116,149). Sum of RGB (Red+Green+Blue) = 91+116+149=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B7495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7495 is #A48B6A. Grayscale: #707070. Windows color (decimal): -10783595 or 9794651. OLE color: 9794651.

HSL color Cylindrical-coordinate representation of color #5B7495: hue angle of 214.14º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B7495 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB91116149-
CMYK0.390.2200.42
HSL214.14º24.17%47.06%-
HSV(B)214.14º38.93%58.43%-
XYZ15.9816.8830.85-
YUV112.29148.72112.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.56%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=25.56%
G=32.58%
B=41.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911161490.390.2200.42214.1424.1747.06
Hex5B7495271602Ad6182f
Octal13316422547260523263057
Binary10110111110100100101011001111011001010101101011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,116,149); }

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

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

 a { background-color: rgb(91,116,149); }

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

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

 span { border-color: rgb(91,116,149); }

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