#586085

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

Shades of Waikawa Grey #586085

Tints of Waikawa Grey #586085

Color information

#586085 (or 0x586085) is unknown color: approx Waikawa Grey. HEX triplet: 58, 60 and 85. RGB value is (88,96,133). Sum of RGB (Red+Green+Blue) = 88+96+133=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #586085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586085 is #A79F7A. Grayscale: #616161. Windows color (decimal): -10985339 or 8740952. OLE color: 8740952.

HSL color Cylindrical-coordinate representation of color #586085: hue angle of 229.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #586085 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8896133-
CMYK0.340.2800.48
HSL229.33º20.36%43.33%-
HSV(B)229.33º33.83%52.16%-
XYZ12.4412.1323.88-
YUV97.83147.85120.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=27.76%
G=30.28%
B=41.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88961330.340.2800.48229.3320.3643.33
Hex586085221C030e5142b
Octal13014020542340603452453
Binary10110001100000100001011000101110001100001110010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586085; }

 p { color: rgb(88,96,133); }

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

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

 a { background-color: rgb(88,96,133); }

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

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

 span { border-color: rgb(88,96,133); }

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