#586772

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

Shades of Shuttle Grey #586772

Tints of Shuttle Grey #586772

Color information

#586772 (or 0x586772) is unknown color: approx Shuttle Grey. HEX triplet: 58, 67 and 72. RGB value is (88,103,114). Sum of RGB (Red+Green+Blue) = 88+103+114=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #586772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586772 is #A7988D. Grayscale: #636363. Windows color (decimal): -10983566 or 7497560. OLE color: 7497560.

HSL color Cylindrical-coordinate representation of color #586772: hue angle of 205.38º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #586772 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB88103114-
CMYK0.230.1000.55
HSL205.38º12.87%39.61%-
HSV(B)205.38º22.81%44.71%-
XYZ11.9112.9917.8-
YUV99.77136.03119.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.85%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=28.85%
G=33.77%
B=37.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal881031140.230.1000.55205.3812.8739.61
Hex58677217A037cdd28
Octal13014716227120673151550
Binary1011000110011111100101011110100110111110011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586772; }

 p { color: rgb(88,103,114); }

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

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

 a { background-color: rgb(88,103,114); }

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

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

 span { border-color: rgb(88,103,114); }

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