Html Css Color HEX #555E6C Bright Grey

📋 copy color: '#555E6C'

red 85 ◦ green 94 ◦ blue 108

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

Shades of Bright Grey #555E6C

Tints of Bright Grey #555E6C

RGB

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

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

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

R = 29.62%
G = 32.75%
B = 37.63%

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

#555E6C (or 0x555E6C) is known color: Bright Grey. HEX triplet: 55, 5E and 6C. RGB value is (85,94,108). Sum of RGB (Red+Green+Blue) = 85+94+108=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #555E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E6C is #AAA193. Grayscale: #5C5C5C. Windows color (decimal): -11182484 or 7102037. OLE color: 7102037.

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

Color convert

RGB 85 94 108 -
CMYK 0.21 0.13 0 0.58
HSL 216.52º 0.12% 0.38% -
HSV(B) 216.52º 0.21% 0.42% -
XYZ 10.46 11.02 15.76 -
YUV 92.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 85 94 108 0.21 0.13 0 0.58 216.52 0.12 0.38
Hex 55 5E 6C 15 D 0 3A D9 C 26
Octal 125 136 154 25 15 0 72 331 14 46
Binary 1010101 1011110 1101100 10101 1101 0 111010 11011001 1100 100110

Color Harmonies of #555E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E6C

Black with #555E6C

Text Example


Text Example

White with #555E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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