#5A739B

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

Shades of Waikawa Grey #5A739B

Tints of Waikawa Grey #5A739B

Color information

#5A739B (or 0x5A739B) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 73 and 9B. RGB value is (90,115,155). Sum of RGB (Red+Green+Blue) = 90+115+155=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A739B is #A58C64. Grayscale: #6F6F6F. Windows color (decimal): -10849381 or 10187610. OLE color: 10187610.

HSL color Cylindrical-coordinate representation of color #5A739B: hue angle of 216.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A739B is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB90115155-
CMYK0.420.2600.39
HSL216.92º26.53%48.04%-
HSV(B)216.92º41.94%60.78%-
XYZ16.2616.833.4-
YUV112.08152.22112.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=25%
G=31.94%
B=43.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901151550.420.2600.39216.9226.5348.04
Hex5A739B2A1A027d91b30
Octal13216323352320473313360
Binary10110101110011100110111010101101001001111101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,115,155); }

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

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

 a { background-color: rgb(90,115,155); }

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

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

 span { border-color: rgb(90,115,155); }

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