Html Css Color HEX #555C6D Bright Grey

📋 copy color: '#555C6D'

red 85 ◦ green 92 ◦ blue 109

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

Shades of Bright Grey #555C6D

Tints of Bright Grey #555C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

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

R = 29.72%
G = 32.17%
B = 38.11%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#555C6D (or 0x555C6D) is known color: Bright Grey. HEX triplet: 55, 5C and 6D. RGB value is (85,92,109). Sum of RGB (Red+Green+Blue) = 85+92+109=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #555C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C6D is #AAA392. Grayscale: #5B5B5B. Windows color (decimal): -11182995 or 7167061. OLE color: 7167061.

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

Color convert

RGB 85 92 109 -
CMYK 0.22 0.16 0 0.57
HSL 222.5º 0.12% 0.38% -
HSV(B) 222.5º 0.22% 0.43% -
XYZ 10.33 10.69 15.99 -
YUV 91.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 85 92 109 0.22 0.16 0 0.57 222.5 0.12 0.38
Hex 55 5C 6D 16 10 0 39 DE C 26
Octal 125 134 155 26 20 0 71 336 14 46
Binary 1010101 1011100 1101101 10110 10000 0 111001 11011110 1100 100110

Color Harmonies of #555C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C6D

Black with #555C6D

Text Example


Text Example

White with #555C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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