Html Css Color HEX #55606B Shuttle Grey

📋 copy color: '#55606B'

red 85 ◦ green 96 ◦ blue 107

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

Shades of Shuttle Grey #55606B

Tints of Shuttle Grey #55606B

RGB

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

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

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

R = 29.51%
G = 33.33%
B = 37.15%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55606B (or 0x55606B) is known color: Shuttle Grey. HEX triplet: 55, 60 and 6B. RGB value is (85,96,107). Sum of RGB (Red+Green+Blue) = 85+96+107=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 107 - color contains mainly: blue. Hex color #55606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55606B is #AA9F94. Grayscale: #5D5D5D. Windows color (decimal): -11181973 or 7037013. OLE color: 7037013.

HSL color Cylindrical-coordinate representation of color #55606B: hue angle of 210º 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 #55606B is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 96 107 -
CMYK 0.21 0.10 0 0.58
HSL 210º 0.11% 0.38% -
HSV(B) 210º 0.21% 0.42% -
XYZ 10.58 11.36 15.54 -
YUV 93.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 85 96 107 0.21 0.10 0 0.58 210 0.11 0.38
Hex 55 60 6B 15 A 0 3A D2 B 26
Octal 125 140 153 25 12 0 72 322 13 46
Binary 1010101 1100000 1101011 10101 1010 0 111010 11010010 1011 100110

Color Harmonies of #55606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55606B

Black with #55606B

Text Example


Text Example

White with #55606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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