Html Css Color HEX #586270 Shuttle Grey

📋 copy color: '#586270'

red 88 ◦ green 98 ◦ blue 112

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

Shades of Shuttle Grey #586270

Tints of Shuttle Grey #586270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 29.53%
G = 32.89%
B = 37.58%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#586270 (or 0x586270) is known color: Shuttle Grey. HEX triplet: 58, 62 and 70. RGB value is (88,98,112). Sum of RGB (Red+Green+Blue) = 88+98+112=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #586270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586270 is #A79D8F. Grayscale: #606060. Windows color (decimal): -10984848 or 7365208. OLE color: 7365208.

HSL color Cylindrical-coordinate representation of color #586270: hue angle of 215º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586270 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 98 112 -
CMYK 0.21 0.13 0 0.56
HSL 215º 0.12% 0.39% -
HSV(B) 215º 0.21% 0.44% -
XYZ 11.32 11.98 17.05 -
YUV 96.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 88 98 112 0.21 0.13 0 0.56 215 0.12 0.39
Hex 58 62 70 15 D 0 38 D7 C 27
Octal 130 142 160 25 15 0 70 327 14 47
Binary 1011000 1100010 1110000 10101 1101 0 111000 11010111 1100 100111

Color Harmonies of #586270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586270

Black with #586270

Text Example


Text Example

White with #586270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586270; }

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

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

background-color css

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

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

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

border-color css

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

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

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