Html Css Color HEX #555E6B Bright Grey

📋 copy color: '#555E6B'

red 85 ◦ green 94 ◦ blue 107

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

Shades of Bright Grey #555E6B

Tints of Bright Grey #555E6B

RGB

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

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

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

R = 29.72%
G = 32.87%
B = 37.41%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#555E6B (or 0x555E6B) is known color: Bright Grey. HEX triplet: 55, 5E and 6B. RGB value is (85,94,107). Sum of RGB (Red+Green+Blue) = 85+94+107=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #555E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E6B is #AAA194. Grayscale: #5C5C5C. Windows color (decimal): -11182485 or 7036501. OLE color: 7036501.

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

Color convert

RGB 85 94 107 -
CMYK 0.21 0.12 0 0.58
HSL 215.45º 0.11% 0.38% -
HSV(B) 215.45º 0.21% 0.42% -
XYZ 10.4 11 15.48 -
YUV 92.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 85 94 107 0.21 0.12 0 0.58 215.45 0.11 0.38
Hex 55 5E 6B 15 C 0 3A D7 B 26
Octal 125 136 153 25 14 0 72 327 13 46
Binary 1010101 1011110 1101011 10101 1100 0 111010 11010111 1011 100110

Color Harmonies of #555E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E6B

Black with #555E6B

Text Example


Text Example

White with #555E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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