#55666F

Color #55666F Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #55666F

Tints of Shuttle Grey #55666F

Color information

#55666F (or 0x55666F) is unknown color: approx 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

RGB85102111-
CMYK0.230.0800.56
HSL200.77º13.27%38.43%-
HSV(B)200.77º23.42%43.53%-
XYZ11.3712.5816.87-
YUV97.94135.37118.77-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851021110.230.0800.56200.7713.2738.43
Hex55666F178038c9d26
Octal12514615727100703111546
Binary1010101110011011011111011110000111000110010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>