Html Css Color HEX #555E6D Bright Grey

📋 copy color: '#555E6D'

red 85 ◦ green 94 ◦ blue 109

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

Shades of Bright Grey #555E6D

Tints of Bright Grey #555E6D

RGB

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

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

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

R = 29.51%
G = 32.64%
B = 37.85%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#555E6D (or 0x555E6D) is known color: Bright Grey. HEX triplet: 55, 5E and 6D. RGB value is (85,94,109). Sum of RGB (Red+Green+Blue) = 85+94+109=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #555E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E6D is #AAA192. Grayscale: #5C5C5C. Windows color (decimal): -11182483 or 7167573. OLE color: 7167573.

HSL color Cylindrical-coordinate representation of color #555E6D: hue angle of 217.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 #555E6D is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 94 109 -
CMYK 0.22 0.14 0 0.57
HSL 217.5º 0.12% 0.38% -
HSV(B) 217.5º 0.22% 0.43% -
XYZ 10.51 11.04 16.05 -
YUV 93.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 85 94 109 0.22 0.14 0 0.57 217.5 0.12 0.38
Hex 55 5E 6D 16 E 0 39 DA C 26
Octal 125 136 155 26 16 0 71 332 14 46
Binary 1010101 1011110 1101101 10110 1110 0 111001 11011010 1100 100110

Color Harmonies of #555E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E6D

Black with #555E6D

Text Example


Text Example

White with #555E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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