Html Css Color HEX #555E66 Shuttle Grey

📋 copy color: '#555E66'

red 85 ◦ green 94 ◦ blue 102

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

Shades of Shuttle Grey #555E66

Tints of Shuttle Grey #555E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.45%

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 30.25%
G = 33.45%
B = 36.3%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#555E66 (or 0x555E66) is known color: Shuttle Grey. HEX triplet: 55, 5E and 66. RGB value is (85,94,102). Sum of RGB (Red+Green+Blue) = 85+94+102=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 102 - color contains mainly: blue. Hex color #555E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E66 is #AAA199. Grayscale: #5C5C5C. Windows color (decimal): -11182490 or 6708821. OLE color: 6708821.

HSL color Cylindrical-coordinate representation of color #555E66: hue angle of 208.24º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555E66 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 94 102 -
CMYK 0.17 0.08 0 0.6
HSL 208.24º 0.09% 0.37% -
HSV(B) 208.24º 0.17% 0.4% -
XYZ 10.15 10.9 14.14 -
YUV 92.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 85 94 102 0.17 0.08 0 0.6 208.24 0.09 0.37
Hex 55 5E 66 11 8 0 3C D0 9 25
Octal 125 136 146 21 10 0 74 320 11 45
Binary 1010101 1011110 1100110 10001 1000 0 111100 11010000 1001 100101

Color Harmonies of #555E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E66

Black with #555E66

Text Example


Text Example

White with #555E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555E66; }

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

 H1.HeaderClassName
 {
   color: #555E66;
 }
 .AnyTagClassName
 {
   color: #555E66;
 }
</style>

background-color css

<style>
 a { background-color: #555E66; }

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

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

border-color css

<style>
 span { border-color: #555E66; }

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

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