Html Css Color HEX #55606A Shuttle Grey

📋 copy color: '#55606A'

red 85 ◦ green 96 ◦ blue 106

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

Shades of Shuttle Grey #55606A

Tints of Shuttle Grey #55606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.45%

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 29.62%
G = 33.45%
B = 36.93%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55606A (or 0x55606A) is known color: Shuttle Grey. HEX triplet: 55, 60 and 6A. RGB value is (85,96,106). Sum of RGB (Red+Green+Blue) = 85+96+106=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #55606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55606A is #AA9F95. Grayscale: #5D5D5D. Windows color (decimal): -11181974 or 6971477. OLE color: 6971477.

HSL color Cylindrical-coordinate representation of color #55606A: hue angle of 208.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55606A is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 96 106 -
CMYK 0.20 0.09 0 0.58
HSL 208.57º 0.11% 0.37% -
HSV(B) 208.57º 0.2% 0.42% -
XYZ 10.53 11.34 15.27 -
YUV 93.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 85 96 106 0.20 0.09 0 0.58 208.57 0.11 0.37
Hex 55 60 6A 14 9 0 3A D1 B 25
Octal 125 140 152 24 11 0 72 321 13 45
Binary 1010101 1100000 1101010 10100 1001 0 111010 11010001 1011 100101

Color Harmonies of #55606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55606A

Black with #55606A

Text Example


Text Example

White with #55606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55606A; }

 p { color: rgb(85,96,106); }

 H1.HeaderClassName
 {
   color: #55606A;
 }
 .AnyTagClassName
 {
   color: #55606A;
 }
</style>

background-color css

<style>
 a { background-color: #55606A; }

 a { background-color: rgb(85,96,106); }

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

border-color css

<style>
 span { border-color: #55606A; }

 span { border-color: rgb(85,96,106); }

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