Html Css Color HEX #586772 Shuttle Grey

📋 copy color: '#586772'

red 88 ◦ green 103 ◦ blue 114

#586772
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shuttle Grey #586772

Tints of Shuttle Grey #586772

RGB

 RED value IS 88 (34.77% from 255) = 28.85%

 GREEN value IS 103 (40.63% 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 value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#586772 (or 0x586772) is known color: 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

RGB 88 103 114 -
CMYK 0.23 0.10 0 0.55
HSL 205.38º 0.13% 0.4% -
HSV(B) 205.38º 0.23% 0.45% -
XYZ 11.91 12.99 17.8 -
YUV 99.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 88 103 114 0.23 0.10 0 0.55 205.38 0.13 0.4
Hex 58 67 72 17 A 0 37 CD D 28
Octal 130 147 162 27 12 0 67 315 15 50
Binary 1011000 1100111 1110010 10111 1010 0 110111 11001101 1101 101000

Color Harmonies of #586772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586772

Black with #586772

Text Example


Text Example

White with #586772

Text Example


Text Example

HTML Codes & Css Web 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>