#5A6288

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

Shades of Waikawa Grey #5A6288

Tints of Waikawa Grey #5A6288

Color information

#5A6288 (or 0x5A6288) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 62 and 88. RGB value is (90,98,136). Sum of RGB (Red+Green+Blue) = 90+98+136=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A6288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6288 is #A59D77. Grayscale: #636363. Windows color (decimal): -10853752 or 8938074. OLE color: 8938074.

HSL color Cylindrical-coordinate representation of color #5A6288: hue angle of 229.57º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A6288 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9098136-
CMYK0.340.2800.47
HSL229.57º20.35%44.31%-
HSV(B)229.57º33.82%53.33%-
XYZ13.0312.6925.05-
YUV99.94148.35120.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=27.78%
G=30.25%
B=41.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90981360.340.2800.47229.5720.3544.31
Hex5A6288221C02Fe6142c
Octal13214221042340573462454
Binary10110101100010100010001000101110001011111110011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,98,136); }

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

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

 a { background-color: rgb(90,98,136); }

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

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

 span { border-color: rgb(90,98,136); }

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