#586388

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

Shades of Waikawa Grey #586388

Tints of Waikawa Grey #586388

Color information

#586388 (or 0x586388) is unknown color: approx Waikawa Grey. HEX triplet: 58, 63 and 88. RGB value is (88,99,136). Sum of RGB (Red+Green+Blue) = 88+99+136=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #586388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586388 is #A79C77. Grayscale: #636363. Windows color (decimal): -10984568 or 8938328. OLE color: 8938328.

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

Color convert

RGB8899136-
CMYK0.350.2700.47
HSL226.25º21.43%43.92%-
HSV(B)226.25º35.29%53.33%-
XYZ12.9312.7825.08-
YUV99.93148.36119.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=27.24%
G=30.65%
B=42.11%

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
Decimal88991360.350.2700.47226.2521.4343.92
Hex586388231B02Fe2152c
Octal13014321043330573422554
Binary10110001100011100010001000111101101011111110001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586388; }

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

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

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

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

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

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

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

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