#586186

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

Shades of Waikawa Grey #586186

Tints of Waikawa Grey #586186

Color information

#586186 (or 0x586186) is unknown color: approx Waikawa Grey. HEX triplet: 58, 61 and 86. RGB value is (88,97,134). Sum of RGB (Red+Green+Blue) = 88+97+134=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #586186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586186 is #A79E79. Grayscale: #626262. Windows color (decimal): -10985082 or 8806744. OLE color: 8806744.

HSL color Cylindrical-coordinate representation of color #586186: hue angle of 228.26º 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 #586186 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8897134-
CMYK0.340.2800.47
HSL228.26º20.72%43.53%-
HSV(B)228.26º34.33%52.55%-
XYZ12.612.3524.27-
YUV98.53148.02120.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=27.59%
G=30.41%
B=42.01%

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
Decimal88971340.340.2800.47228.2620.7243.53
Hex586186221C02Fe4152c
Octal13014120642340573442554
Binary10110001100001100001101000101110001011111110010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586186; }

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

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

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

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

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

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

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

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