Html Css Color HEX #586877 Shuttle Grey

📋 copy color: '#586877'

red 88 ◦ green 104 ◦ blue 119

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

Shades of Shuttle Grey #586877

Tints of Shuttle Grey #586877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

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

R = 28.3%
G = 33.44%
B = 38.26%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#586877 (or 0x586877) is known color: Shuttle Grey. HEX triplet: 58, 68 and 77. RGB value is (88,104,119). Sum of RGB (Red+Green+Blue) = 88+104+119=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #586877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586877 is #A79788. Grayscale: #646464. Windows color (decimal): -10983305 or 7825496. OLE color: 7825496.

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

Color convert

RGB 88 104 119 -
CMYK 0.26 0.13 0 0.53
HSL 209.03º 0.15% 0.41% -
HSV(B) 209.03º 0.26% 0.47% -
XYZ 12.3 13.31 19.37 -
YUV 100.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 88 104 119 0.26 0.13 0 0.53 209.03 0.15 0.41
Hex 58 68 77 1A D 0 35 D1 F 29
Octal 130 150 167 32 15 0 65 321 17 51
Binary 1011000 1101000 1110111 11010 1101 0 110101 11010001 1111 101001

Color Harmonies of #586877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586877

Black with #586877

Text Example


Text Example

White with #586877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586877; }

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

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

background-color css

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

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

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

border-color css

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

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

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