Html Css Color HEX #586272 Shuttle Grey

📋 copy color: '#586272'

red 88 ◦ green 98 ◦ blue 114

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

Shades of Shuttle Grey #586272

Tints of Shuttle Grey #586272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.67%

 BLUE value IS 114 (44.92% from 255) = 38%

R = 29.33%
G = 32.67%
B = 38%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#586272 (or 0x586272) is known color: Shuttle Grey. HEX triplet: 58, 62 and 72. RGB value is (88,98,114). Sum of RGB (Red+Green+Blue) = 88+98+114=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #586272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586272 is #A79D8D. Grayscale: #606060. Windows color (decimal): -10984846 or 7496280. OLE color: 7496280.

HSL color Cylindrical-coordinate representation of color #586272: hue angle of 216.92º 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 #586272 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 98 114 -
CMYK 0.23 0.14 0 0.55
HSL 216.92º 0.13% 0.4% -
HSV(B) 216.92º 0.23% 0.45% -
XYZ 11.43 12.02 17.64 -
YUV 96.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 88 98 114 0.23 0.14 0 0.55 216.92 0.13 0.4
Hex 58 62 72 17 E 0 37 D9 D 28
Octal 130 142 162 27 16 0 67 331 15 50
Binary 1011000 1100010 1110010 10111 1110 0 110111 11011001 1101 101000

Color Harmonies of #586272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586272

Black with #586272

Text Example


Text Example

White with #586272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586272; }

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

 H1.HeaderClassName
 {
   color: #586272;
 }
 .AnyTagClassName
 {
   color: #586272;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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