Html Css Color HEX #5F656E Shuttle Grey

📋 copy color: '#5F656E'

red 95 ◦ green 101 ◦ blue 110

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

Shades of Shuttle Grey #5F656E

Tints of Shuttle Grey #5F656E

RGB

 RED value IS 95 (37.5% from 255) = 31.05%

 GREEN value IS 101 (39.84% from 255) = 33.01%

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 31.05%
G = 33.01%
B = 35.95%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5F656E (or 0x5F656E) is known color: Shuttle Grey. HEX triplet: 5F, 65 and 6E. RGB value is (95,101,110). Sum of RGB (Red+Green+Blue) = 95+101+110=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F656E is #A09A91. Grayscale: #646464. Windows color (decimal): -10525330 or 7234911. OLE color: 7234911.

HSL color Cylindrical-coordinate representation of color #5F656E: hue angle of 216º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F656E is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 95 101 110 -
CMYK 0.14 0.08 0 0.57
HSL 216º 0.07% 0.4% -
HSV(B) 216º 0.14% 0.43% -
XYZ 12.19 12.87 16.59 -
YUV 100.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 95 101 110 0.14 0.08 0 0.57 216 0.07 0.4
Hex 5F 65 6E E 8 0 39 D8 7 28
Octal 137 145 156 16 10 0 71 330 7 50
Binary 1011111 1100101 1101110 1110 1000 0 111001 11011000 111 101000

Color Harmonies of #5F656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F656E

Black with #5F656E

Text Example


Text Example

White with #5F656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F656E; }

 p { color: rgb(95,101,110); }

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

background-color css

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

 a { background-color: rgb(95,101,110); }

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

border-color css

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

 span { border-color: rgb(95,101,110); }

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