Html Css Color HEX #555D6C Bright Grey

📋 copy color: '#555D6C'

red 85 ◦ green 93 ◦ blue 108

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

Shades of Bright Grey #555D6C

Tints of Bright Grey #555D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 29.72%
G = 32.52%
B = 37.76%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#555D6C (or 0x555D6C) is known color: Bright Grey. HEX triplet: 55, 5D and 6C. RGB value is (85,93,108). Sum of RGB (Red+Green+Blue) = 85+93+108=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #555D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D6C is #AAA293. Grayscale: #5C5C5C. Windows color (decimal): -11182740 or 7101781. OLE color: 7101781.

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

Color convert

RGB 85 93 108 -
CMYK 0.21 0.14 0 0.58
HSL 219.13º 0.12% 0.38% -
HSV(B) 219.13º 0.21% 0.42% -
XYZ 10.37 10.84 15.73 -
YUV 92.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 85 93 108 0.21 0.14 0 0.58 219.13 0.12 0.38
Hex 55 5D 6C 15 E 0 3A DB C 26
Octal 125 135 154 25 16 0 72 333 14 46
Binary 1010101 1011101 1101100 10101 1110 0 111010 11011011 1100 100110

Color Harmonies of #555D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D6C

Black with #555D6C

Text Example


Text Example

White with #555D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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