#5A6282

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

Shades of Waikawa Grey #5A6282

Tints of Waikawa Grey #5A6282

Color information

#5A6282 (or 0x5A6282) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 62 and 82. RGB value is (90,98,130). Sum of RGB (Red+Green+Blue) = 90+98+130=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A6282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6282 is #A59D7D. Grayscale: #636363. Windows color (decimal): -10853758 or 8544858. OLE color: 8544858.

HSL color Cylindrical-coordinate representation of color #5A6282: hue angle of 228º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A6282 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9098130-
CMYK0.310.2500.49
HSL228º18.18%43.14%-
HSV(B)228º30.77%50.98%-
XYZ12.6112.5222.87-
YUV99.26145.35121.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.30%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=28.30%
G=30.82%
B=40.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90981300.310.2500.4922818.1843.14
Hex5A62821F19031e4122b
Octal13214220237310613442253
Binary1011010110001010000010111111100101100011110010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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