Html Css Color HEX #5F636F Shuttle Grey

📋 copy color: '#5F636F'

red 95 ◦ green 99 ◦ blue 111

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

Shades of Shuttle Grey #5F636F

Tints of Shuttle Grey #5F636F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 31.15%
G = 32.46%
B = 36.39%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5F636F (or 0x5F636F) is known color: Shuttle Grey. HEX triplet: 5F, 63 and 6F. RGB value is (95,99,111). Sum of RGB (Red+Green+Blue) = 95+99+111=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F636F is #A09C90. Grayscale: #636363. Windows color (decimal): -10525841 or 7299935. OLE color: 7299935.

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

Color convert

RGB 95 99 111 -
CMYK 0.14 0.11 0 0.56
HSL 225º 0.08% 0.4% -
HSV(B) 225º 0.14% 0.44% -
XYZ 12.05 12.5 16.82 -
YUV 99.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 95 99 111 0.14 0.11 0 0.56 225 0.08 0.4
Hex 5F 63 6F E B 0 38 E1 8 28
Octal 137 143 157 16 13 0 70 341 10 50
Binary 1011111 1100011 1101111 1110 1011 0 111000 11100001 1000 101000

Color Harmonies of #5F636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F636F

Black with #5F636F

Text Example


Text Example

White with #5F636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,99,111); }

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

background-color css

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

 a { background-color: rgb(95,99,111); }

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

border-color css

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

 span { border-color: rgb(95,99,111); }

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