#586089

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

Shades of Waikawa Grey #586089

Tints of Waikawa Grey #586089

Color information

#586089 (or 0x586089) is unknown color: approx Waikawa Grey. HEX triplet: 58, 60 and 89. RGB value is (88,96,137). Sum of RGB (Red+Green+Blue) = 88+96+137=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #586089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586089 is #A79F76. Grayscale: #626262. Windows color (decimal): -10985335 or 9003096. OLE color: 9003096.

HSL color Cylindrical-coordinate representation of color #586089: hue angle of 230.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #586089 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8896137-
CMYK0.360.3000.46
HSL230.2º21.78%44.12%-
HSV(B)230.2º35.77%53.73%-
XYZ12.7212.2525.36-
YUV98.28149.85120.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=27.41%
G=29.91%
B=42.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88961370.360.3000.46230.221.7844.12
Hex586089241E02Ee6162c
Octal13014021144360563462654
Binary10110001100000100010011001001111001011101110011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586089; }

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

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

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

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

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

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

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

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