#5A759B

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

Shades of Waikawa Grey #5A759B

Tints of Waikawa Grey #5A759B

Color information

#5A759B (or 0x5A759B) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 75 and 9B. RGB value is (90,117,155). Sum of RGB (Red+Green+Blue) = 90+117+155=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A759B is #A58A64. Grayscale: #717171. Windows color (decimal): -10848869 or 10188122. OLE color: 10188122.

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

Color convert

RGB90117155-
CMYK0.420.2500.39
HSL215.08º26.53%48.04%-
HSV(B)215.08º41.94%60.78%-
XYZ16.4917.2633.47-
YUV113.26151.55111.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.86%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=24.86%
G=32.32%
B=42.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901171550.420.2500.39215.0826.5348.04
Hex5A759B2A19027d71b30
Octal13216523352310473273360
Binary10110101110101100110111010101100101001111101011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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