#586387

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

Shades of Waikawa Grey #586387

Tints of Waikawa Grey #586387

Color information

#586387 (or 0x586387) is unknown color: approx Waikawa Grey. HEX triplet: 58, 63 and 87. RGB value is (88,99,135). Sum of RGB (Red+Green+Blue) = 88+99+135=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #586387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586387 is #A79C78. Grayscale: #636363. Windows color (decimal): -10984569 or 8872792. OLE color: 8872792.

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

Color convert

RGB8899135-
CMYK0.350.2700.47
HSL225.96º21.08%43.73%-
HSV(B)225.96º34.81%52.94%-
XYZ12.8612.7524.7-
YUV99.82147.86119.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.33%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 135 (53.12% from 255) = 41.93%
R=27.33%
G=30.75%
B=41.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88991350.350.2700.47225.9621.0843.73
Hex586387231B02Fe2152c
Octal13014320743330573422554
Binary10110001100011100001111000111101101011111110001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586387; }

 p { color: rgb(88,99,135); }

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

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

 a { background-color: rgb(88,99,135); }

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

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

 span { border-color: rgb(88,99,135); }

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