#585F86

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

Shades of Waikawa Grey #585F86

Tints of Waikawa Grey #585F86

Color information

#585F86 (or 0x585F86) is unknown color: approx Waikawa Grey. HEX triplet: 58, 5F and 86. RGB value is (88,95,134). Sum of RGB (Red+Green+Blue) = 88+95+134=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #585F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585F86 is #A7A079. Grayscale: #616161. Windows color (decimal): -10985594 or 8806232. OLE color: 8806232.

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

Color convert

RGB8895134-
CMYK0.340.2900.47
HSL230.87º20.72%43.53%-
HSV(B)230.87º34.33%52.55%-
XYZ12.4211.9824.21-
YUV97.35148.68121.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=27.76%
G=29.97%
B=42.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88951340.340.2900.47230.8720.7243.53
Hex585F86221D02Fe7152c
Octal13013720642350573472554
Binary10110001011111100001101000101110101011111110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585F86; }

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

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

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

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

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

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

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

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