Html Css Color HEX #5F6569 Shuttle Grey

📋 copy color: '#5F6569'

red 95 ◦ green 101 ◦ blue 105

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

Shades of Shuttle Grey #5F6569

Tints of Shuttle Grey #5F6569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 31.56%
G = 33.55%
B = 34.88%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5F6569 (or 0x5F6569) is known color: Shuttle Grey. HEX triplet: 5F, 65 and 69. RGB value is (95,101,105). Sum of RGB (Red+Green+Blue) = 95+101+105=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 105 - color contains mainly: blue. Hex color #5F6569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6569 is #A09A96. Grayscale: #636363. Windows color (decimal): -10525335 or 6907231. OLE color: 6907231.

HSL color Cylindrical-coordinate representation of color #5F6569: hue angle of 204º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F6569 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 95 101 105 -
CMYK 0.10 0.04 0 0.59
HSL 204º 0.05% 0.39% -
HSV(B) 204º 0.1% 0.41% -
XYZ 11.92 12.76 15.2 -
YUV 99.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 95 101 105 0.10 0.04 0 0.59 204 0.05 0.39
Hex 5F 65 69 A 4 0 3B CC 5 27
Octal 137 145 151 12 4 0 73 314 5 47
Binary 1011111 1100101 1101001 1010 100 0 111011 11001100 101 100111

Color Harmonies of #5F6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6569

Black with #5F6569

Text Example


Text Example

White with #5F6569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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