#5A6286

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

Shades of Waikawa Grey #5A6286

Tints of Waikawa Grey #5A6286

Color information

#5A6286 (or 0x5A6286) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 62 and 86. RGB value is (90,98,134). Sum of RGB (Red+Green+Blue) = 90+98+134=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A6286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6286 is #A59D79. Grayscale: #636363. Windows color (decimal): -10853754 or 8807002. OLE color: 8807002.

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

Color convert

RGB9098134-
CMYK0.330.2700.47
HSL229.09º19.64%43.92%-
HSV(B)229.09º32.84%52.55%-
XYZ12.8912.6324.31-
YUV99.71147.35121.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.95%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 134 (52.73% from 255) = 41.61%
R=27.95%
G=30.43%
B=41.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90981340.330.2700.47229.0919.6443.92
Hex5A6286211B02Fe5142c
Octal13214220641330573452454
Binary10110101100010100001101000011101101011111110010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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