#586284

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

Shades of Waikawa Grey #586284

Tints of Waikawa Grey #586284

Color information

#586284 (or 0x586284) is unknown color: approx Waikawa Grey. HEX triplet: 58, 62 and 84. RGB value is (88,98,132). Sum of RGB (Red+Green+Blue) = 88+98+132=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #586284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586284 is #A79D7B. Grayscale: #626262. Windows color (decimal): -10984828 or 8675928. OLE color: 8675928.

HSL color Cylindrical-coordinate representation of color #586284: hue angle of 226.36º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #586284 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8898132-
CMYK0.330.2600.48
HSL226.36º20%43.14%-
HSV(B)226.36º33.33%51.76%-
XYZ12.5612.4823.58-
YUV98.89146.69120.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=27.67%
G=30.82%
B=41.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88981320.330.2600.48226.362043.14
Hex586284211A030e2142b
Octal13014220441320603422453
Binary10110001100010100001001000011101001100001110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586284; }

 p { color: rgb(88,98,132); }

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

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

 a { background-color: rgb(88,98,132); }

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

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

 span { border-color: rgb(88,98,132); }

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