Html Css Color HEX #555D6B Bright Grey

📋 copy color: '#555D6B'

red 85 ◦ green 93 ◦ blue 107

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

Shades of Bright Grey #555D6B

Tints of Bright Grey #555D6B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.63%

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

R = 29.82%
G = 32.63%
B = 37.54%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#555D6B (or 0x555D6B) is known color: Bright Grey. HEX triplet: 55, 5D and 6B. RGB value is (85,93,107). Sum of RGB (Red+Green+Blue) = 85+93+107=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 107 - color contains mainly: blue. Hex color #555D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D6B is #AAA294. Grayscale: #5C5C5C. Windows color (decimal): -11182741 or 7036245. OLE color: 7036245.

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

Color convert

RGB 85 93 107 -
CMYK 0.21 0.13 0 0.58
HSL 218.18º 0.11% 0.38% -
HSV(B) 218.18º 0.21% 0.42% -
XYZ 10.31 10.82 15.46 -
YUV 92.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 85 93 107 0.21 0.13 0 0.58 218.18 0.11 0.38
Hex 55 5D 6B 15 D 0 3A DA B 26
Octal 125 135 153 25 15 0 72 332 13 46
Binary 1010101 1011101 1101011 10101 1101 0 111010 11011010 1011 100110

Color Harmonies of #555D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D6B

Black with #555D6B

Text Example


Text Example

White with #555D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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