#586590

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

Shades of Waikawa Grey #586590

Tints of Waikawa Grey #586590

Color information

#586590 (or 0x586590) is unknown color: approx Waikawa Grey. HEX triplet: 58, 65 and 90. RGB value is (88,101,144). Sum of RGB (Red+Green+Blue) = 88+101+144=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #586590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586590 is #A79A6F. Grayscale: #656565. Windows color (decimal): -10984048 or 9463128. OLE color: 9463128.

HSL color Cylindrical-coordinate representation of color #586590: hue angle of 226.07º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #586590 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB88101144-
CMYK0.390.3000.44
HSL226.07º24.14%45.49%-
HSV(B)226.07º38.89%56.47%-
XYZ13.7113.428.25-
YUV102.01151.69118-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=26.43%
G=30.33%
B=43.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881011440.390.3000.44226.0724.1445.49
Hex586590271E02Ce2182d
Octal13014522047360543423055
Binary10110001100101100100001001111111001011001110001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586590; }

 p { color: rgb(88,101,144); }

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

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

 a { background-color: rgb(88,101,144); }

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

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

 span { border-color: rgb(88,101,144); }

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