#586292

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

Shades of Waikawa Grey #586292

Tints of Waikawa Grey #586292

Color information

#586292 (or 0x586292) is unknown color: approx Waikawa Grey. HEX triplet: 58, 62 and 92. RGB value is (88,98,146). Sum of RGB (Red+Green+Blue) = 88+98+146=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #586292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586292 is #A79D6D. Grayscale: #646464. Windows color (decimal): -10984814 or 9593432. OLE color: 9593432.

HSL color Cylindrical-coordinate representation of color #586292: hue angle of 229.66º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586292 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8898146-
CMYK0.400.3300.43
HSL229.66º24.79%45.88%-
HSV(B)229.66º39.73%57.25%-
XYZ13.5812.8928.97-
YUV100.48153.69119.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=26.51%
G=29.52%
B=43.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88981460.400.3300.43229.6624.7945.88
Hex586292282102Be6192e
Octal13014222250410533463156
Binary101100011000101001001010100010000101010111110011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586292; }

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

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

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

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

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

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

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

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