#5A769B

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

Shades of Waikawa Grey #5A769B

Tints of Waikawa Grey #5A769B

Color information

#5A769B (or 0x5A769B) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 76 and 9B. RGB value is (90,118,155). Sum of RGB (Red+Green+Blue) = 90+118+155=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A769B is #A58964. Grayscale: #717171. Windows color (decimal): -10848613 or 10188378. OLE color: 10188378.

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

Color convert

RGB90118155-
CMYK0.420.2400.39
HSL214.15º26.53%48.04%-
HSV(B)214.15º41.94%60.78%-
XYZ16.6117.533.51-
YUV113.85151.22110.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.79%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=24.79%
G=32.51%
B=42.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901181550.420.2400.39214.1526.5348.04
Hex5A769B2A18027d61b30
Octal13216623352300473263360
Binary10110101110110100110111010101100001001111101011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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