Html Css Color HEX #586372 Shuttle Grey

📋 copy color: '#586372'

red 88 ◦ green 99 ◦ blue 114

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

Shades of Shuttle Grey #586372

Tints of Shuttle Grey #586372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 29.24%
G = 32.89%
B = 37.87%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#586372 (or 0x586372) is known color: Shuttle Grey. HEX triplet: 58, 63 and 72. RGB value is (88,99,114). Sum of RGB (Red+Green+Blue) = 88+99+114=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #586372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586372 is #A79C8D. Grayscale: #616161. Windows color (decimal): -10984590 or 7496536. OLE color: 7496536.

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

Color convert

RGB 88 99 114 -
CMYK 0.23 0.13 0 0.55
HSL 214.62º 0.13% 0.4% -
HSV(B) 214.62º 0.23% 0.45% -
XYZ 11.52 12.21 17.67 -
YUV 97.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 88 99 114 0.23 0.13 0 0.55 214.62 0.13 0.4
Hex 58 63 72 17 D 0 37 D7 D 28
Octal 130 143 162 27 15 0 67 327 15 50
Binary 1011000 1100011 1110010 10111 1101 0 110111 11010111 1101 101000

Color Harmonies of #586372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586372

Black with #586372

Text Example


Text Example

White with #586372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586372; }

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

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

background-color css

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

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

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

border-color css

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

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

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