#586288

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

Shades of Waikawa Grey #586288

Tints of Waikawa Grey #586288

Color information

#586288 (or 0x586288) is unknown color: approx Waikawa Grey. HEX triplet: 58, 62 and 88. RGB value is (88,98,136). Sum of RGB (Red+Green+Blue) = 88+98+136=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #586288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586288 is #A79D77. Grayscale: #636363. Windows color (decimal): -10984824 or 8938072. OLE color: 8938072.

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

Color convert

RGB8898136-
CMYK0.350.2800.47
HSL227.5º21.43%43.92%-
HSV(B)227.5º35.29%53.33%-
XYZ12.8412.5925.05-
YUV99.34148.69119.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.33%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 136 (53.52% from 255) = 42.24%
R=27.33%
G=30.43%
B=42.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88981360.350.2800.47227.521.4343.92
Hex586288231C02Fe4152c
Octal13014221043340573442554
Binary10110001100010100010001000111110001011111110010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586288; }

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

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

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

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

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

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

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

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