Html Css Color HEX #555E69 Shuttle Grey

📋 copy color: '#555E69'

red 85 ◦ green 94 ◦ blue 105

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

Shades of Shuttle Grey #555E69

Tints of Shuttle Grey #555E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.97%

R = 29.93%
G = 33.1%
B = 36.97%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555E69 (or 0x555E69) is known color: Shuttle Grey. HEX triplet: 55, 5E and 69. RGB value is (85,94,105). Sum of RGB (Red+Green+Blue) = 85+94+105=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #555E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E69 is #AAA196. Grayscale: #5C5C5C. Windows color (decimal): -11182487 or 6905429. OLE color: 6905429.

HSL color Cylindrical-coordinate representation of color #555E69: hue angle of 213º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555E69 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 94 105 -
CMYK 0.19 0.10 0 0.59
HSL 213º 0.11% 0.37% -
HSV(B) 213º 0.19% 0.41% -
XYZ 10.3 10.96 14.94 -
YUV 92.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 85 94 105 0.19 0.10 0 0.59 213 0.11 0.37
Hex 55 5E 69 13 A 0 3B D5 B 25
Octal 125 136 151 23 12 0 73 325 13 45
Binary 1010101 1011110 1101001 10011 1010 0 111011 11010101 1011 100101

Color Harmonies of #555E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E69

Black with #555E69

Text Example


Text Example

White with #555E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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