#586690

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

Shades of Waikawa Grey #586690

Tints of Waikawa Grey #586690

Color information

#586690 (or 0x586690) is unknown color: approx Waikawa Grey. HEX triplet: 58, 66 and 90. RGB value is (88,102,144). Sum of RGB (Red+Green+Blue) = 88+102+144=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #586690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586690 is #A7996F. Grayscale: #666666. Windows color (decimal): -10983792 or 9463384. OLE color: 9463384.

HSL color Cylindrical-coordinate representation of color #586690: hue angle of 225º 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 #586690 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB88102144-
CMYK0.390.2900.44
HSL225º24.14%45.49%-
HSV(B)225º38.89%56.47%-
XYZ13.8113.5928.28-
YUV102.6151.36117.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=26.35%
G=30.54%
B=43.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881021440.390.2900.4422524.1445.49
Hex586690271D02Ce1182d
Octal13014622047350543413055
Binary10110001100110100100001001111110101011001110000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586690; }

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

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

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

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

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

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

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

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