#586291

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

Shades of Waikawa Grey #586291

Tints of Waikawa Grey #586291

Color information

#586291 (or 0x586291) is unknown color: approx Waikawa Grey. HEX triplet: 58, 62 and 91. RGB value is (88,98,145). Sum of RGB (Red+Green+Blue) = 88+98+145=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #586291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586291 is #A79D6E. Grayscale: #646464. Windows color (decimal): -10984815 or 9527896. OLE color: 9527896.

HSL color Cylindrical-coordinate representation of color #586291: hue angle of 229.47º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #586291 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8898145-
CMYK0.390.3200.43
HSL229.47º24.46%45.69%-
HSV(B)229.47º39.31%56.86%-
XYZ13.512.8528.56-
YUV100.37153.19119.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 145 (57.03% from 255) = 43.81%
R=26.59%
G=29.61%
B=43.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88981450.390.3200.43229.4724.4645.69
Hex586291272002Be5182e
Octal13014222147400533453056
Binary101100011000101001000110011110000001010111110010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586291; }

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

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

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

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

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

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

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

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