Html Css Color HEX #55616B Shuttle Grey

📋 copy color: '#55616B'

red 85 ◦ green 97 ◦ blue 107

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

Shades of Shuttle Grey #55616B

Tints of Shuttle Grey #55616B

RGB

 RED value IS 85 (33.59% from 255) = 29.41%

 GREEN value IS 97 (38.28% from 255) = 33.56%

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 29.41%
G = 33.56%
B = 37.02%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55616B (or 0x55616B) is known color: Shuttle Grey. HEX triplet: 55, 61 and 6B. RGB value is (85,97,107). Sum of RGB (Red+Green+Blue) = 85+97+107=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 107 - color contains mainly: blue. Hex color #55616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55616B is #AA9E94. Grayscale: #5E5E5E. Windows color (decimal): -11181717 or 7037269. OLE color: 7037269.

HSL color Cylindrical-coordinate representation of color #55616B: hue angle of 207.27º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55616B is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 97 107 -
CMYK 0.21 0.09 0 0.58
HSL 207.27º 0.11% 0.38% -
HSV(B) 207.27º 0.21% 0.42% -
XYZ 10.67 11.54 15.58 -
YUV 94.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 85 97 107 0.21 0.09 0 0.58 207.27 0.11 0.38
Hex 55 61 6B 15 9 0 3A CF B 26
Octal 125 141 153 25 11 0 72 317 13 46
Binary 1010101 1100001 1101011 10101 1001 0 111010 11001111 1011 100110

Color Harmonies of #55616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55616B

Black with #55616B

Text Example


Text Example

White with #55616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55616B; }

 p { color: rgb(85,97,107); }

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

background-color css

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

 a { background-color: rgb(85,97,107); }

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

border-color css

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

 span { border-color: rgb(85,97,107); }

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