#5A7195

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

Shades of Waikawa Grey #5A7195

Tints of Waikawa Grey #5A7195

Color information

#5A7195 (or 0x5A7195) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 71 and 95. RGB value is (90,113,149). Sum of RGB (Red+Green+Blue) = 90+113+149=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A7195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7195 is #A58E6A. Grayscale: #6E6E6E. Windows color (decimal): -10849899 or 9793882. OLE color: 9793882.

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

Color convert

RGB90113149-
CMYK0.400.2400.42
HSL216.61º24.69%46.86%-
HSV(B)216.61º39.6%58.43%-
XYZ15.5516.1530.73-
YUV110.23149.88113.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.57%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=25.57%
G=32.10%
B=42.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901131490.400.2400.42216.6124.6946.86
Hex5A7195281802Ad9192f
Octal13216122550300523313157
Binary10110101110001100101011010001100001010101101100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,113,149); }

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

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

 a { background-color: rgb(90,113,149); }

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

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

 span { border-color: rgb(90,113,149); }

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