Html Css Color HEX #586A77 Shuttle Grey

📋 copy color: '#586A77'

red 88 ◦ green 106 ◦ blue 119

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

Shades of Shuttle Grey #586A77

Tints of Shuttle Grey #586A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.87%

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 28.12%
G = 33.87%
B = 38.02%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#586A77 (or 0x586A77) is known color: Shuttle Grey. HEX triplet: 58, 6A and 77. RGB value is (88,106,119). Sum of RGB (Red+Green+Blue) = 88+106+119=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #586A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A77 is #A79588. Grayscale: #666666. Windows color (decimal): -10982793 or 7826008. OLE color: 7826008.

HSL color Cylindrical-coordinate representation of color #586A77: hue angle of 205.16º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #586A77 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 106 119 -
CMYK 0.26 0.11 0 0.53
HSL 205.16º 0.15% 0.41% -
HSV(B) 205.16º 0.26% 0.47% -
XYZ 12.51 13.71 19.44 -
YUV 102.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 88 106 119 0.26 0.11 0 0.53 205.16 0.15 0.41
Hex 58 6A 77 1A B 0 35 CD F 29
Octal 130 152 167 32 13 0 65 315 17 51
Binary 1011000 1101010 1110111 11010 1011 0 110101 11001101 1111 101001

Color Harmonies of #586A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586A77

Black with #586A77

Text Example


Text Example

White with #586A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586A77; }

 p { color: rgb(88,106,119); }

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

background-color css

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

 a { background-color: rgb(88,106,119); }

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

border-color css

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

 span { border-color: rgb(88,106,119); }

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