Html Css Color HEX #55666F Shuttle Grey

📋 copy color: '#55666F'

red 85 ◦ green 102 ◦ blue 111

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

Shades of Shuttle Grey #55666F

Tints of Shuttle Grey #55666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.23%

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

R = 28.52%
G = 34.23%
B = 37.25%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#55666F (or 0x55666F) is known color: Shuttle Grey. HEX triplet: 55, 66 and 6F. RGB value is (85,102,111). Sum of RGB (Red+Green+Blue) = 85+102+111=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 111 - color contains mainly: blue. Hex color #55666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55666F is #AA9990. Grayscale: #616161. Windows color (decimal): -11180433 or 7300693. OLE color: 7300693.

HSL color Cylindrical-coordinate representation of color #55666F: hue angle of 200.77º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55666F is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 102 111 -
CMYK 0.23 0.08 0 0.56
HSL 200.77º 0.13% 0.38% -
HSV(B) 200.77º 0.23% 0.44% -
XYZ 11.37 12.58 16.87 -
YUV 97.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 85 102 111 0.23 0.08 0 0.56 200.77 0.13 0.38
Hex 55 66 6F 17 8 0 38 C9 D 26
Octal 125 146 157 27 10 0 70 311 15 46
Binary 1010101 1100110 1101111 10111 1000 0 111000 11001001 1101 100110

Color Harmonies of #55666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55666F

Black with #55666F

Text Example


Text Example

White with #55666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55666F; }

 p { color: rgb(85,102,111); }

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

background-color css

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

 a { background-color: rgb(85,102,111); }

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

border-color css

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

 span { border-color: rgb(85,102,111); }

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