Html Css Color HEX #586770 Shuttle Grey

📋 copy color: '#586770'

red 88 ◦ green 103 ◦ blue 112

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

Shades of Shuttle Grey #586770

Tints of Shuttle Grey #586770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

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

R = 29.04%
G = 33.99%
B = 36.96%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#586770 (or 0x586770) is known color: Shuttle Grey. HEX triplet: 58, 67 and 70. RGB value is (88,103,112). Sum of RGB (Red+Green+Blue) = 88+103+112=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #586770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586770 is #A7988F. Grayscale: #636363. Windows color (decimal): -10983568 or 7366488. OLE color: 7366488.

HSL color Cylindrical-coordinate representation of color #586770: hue angle of 202.5º 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 #586770 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 103 112 -
CMYK 0.21 0.08 0 0.56
HSL 202.5º 0.12% 0.39% -
HSV(B) 202.5º 0.21% 0.44% -
XYZ 11.8 12.95 17.21 -
YUV 99.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 88 103 112 0.21 0.08 0 0.56 202.5 0.12 0.39
Hex 58 67 70 15 8 0 38 CA C 27
Octal 130 147 160 25 10 0 70 312 14 47
Binary 1011000 1100111 1110000 10101 1000 0 111000 11001010 1100 100111

Color Harmonies of #586770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586770

Black with #586770

Text Example


Text Example

White with #586770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586770; }

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

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

background-color css

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

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

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

border-color css

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

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

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