Html Css Color HEX #55626D Shuttle Grey

📋 copy color: '#55626D'

red 85 ◦ green 98 ◦ blue 109

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

Shades of Shuttle Grey #55626D

Tints of Shuttle Grey #55626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.56%

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 29.11%
G = 33.56%
B = 37.33%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55626D (or 0x55626D) is known color: Shuttle Grey. HEX triplet: 55, 62 and 6D. RGB value is (85,98,109). Sum of RGB (Red+Green+Blue) = 85+98+109=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #55626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55626D is #AA9D92. Grayscale: #5F5F5F. Windows color (decimal): -11181459 or 7168597. OLE color: 7168597.

HSL color Cylindrical-coordinate representation of color #55626D: hue angle of 207.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55626D is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 98 109 -
CMYK 0.22 0.10 0 0.57
HSL 207.5º 0.12% 0.38% -
HSV(B) 207.5º 0.22% 0.43% -
XYZ 10.87 11.77 16.17 -
YUV 95.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 85 98 109 0.22 0.10 0 0.57 207.5 0.12 0.38
Hex 55 62 6D 16 A 0 39 D0 C 26
Octal 125 142 155 26 12 0 71 320 14 46
Binary 1010101 1100010 1101101 10110 1010 0 111001 11010000 1100 100110

Color Harmonies of #55626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55626D

Black with #55626D

Text Example


Text Example

White with #55626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55626D; }

 p { color: rgb(85,98,109); }

 H1.HeaderClassName
 {
   color: #55626D;
 }
 .AnyTagClassName
 {
   color: #55626D;
 }
</style>

background-color css

<style>
 a { background-color: #55626D; }

 a { background-color: rgb(85,98,109); }

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

border-color css

<style>
 span { border-color: #55626D; }

 span { border-color: rgb(85,98,109); }

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