#586086

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

Shades of Waikawa Grey #586086

Tints of Waikawa Grey #586086

Color information

#586086 (or 0x586086) is unknown color: approx Waikawa Grey. HEX triplet: 58, 60 and 86. RGB value is (88,96,134). Sum of RGB (Red+Green+Blue) = 88+96+134=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #586086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586086 is #A79F79. Grayscale: #616161. Windows color (decimal): -10985338 or 8806488. OLE color: 8806488.

HSL color Cylindrical-coordinate representation of color #586086: hue angle of 229.57º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #586086 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8896134-
CMYK0.340.2800.47
HSL229.57º20.72%43.53%-
HSV(B)229.57º34.33%52.55%-
XYZ12.5112.1624.24-
YUV97.94148.35120.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 134 (52.73% from 255) = 42.14%
R=27.67%
G=30.19%
B=42.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88961340.340.2800.47229.5720.7243.53
Hex586086221C02Fe6152c
Octal13014020642340573462554
Binary10110001100000100001101000101110001011111110011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586086; }

 p { color: rgb(88,96,134); }

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

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

 a { background-color: rgb(88,96,134); }

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

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

 span { border-color: rgb(88,96,134); }

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