Html Css Color HEX #555763 Bright Grey

📋 copy color: '#555763'

red 85 ◦ green 87 ◦ blue 99

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

Shades of Bright Grey #555763

Tints of Bright Grey #555763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

 BLUE value IS 99 (39.06% from 255) = 36.53%

R = 31.37%
G = 32.1%
B = 36.53%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#555763 (or 0x555763) is known color: Bright Grey. HEX triplet: 55, 57 and 63. RGB value is (85,87,99). Sum of RGB (Red+Green+Blue) = 85+87+99=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 99 - color contains mainly: blue. Hex color #555763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555763 is #AAA89C. Grayscale: #575757. Windows color (decimal): -11184285 or 6510421. OLE color: 6510421.

HSL color Cylindrical-coordinate representation of color #555763: hue angle of 231.43º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555763 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 87 99 -
CMYK 0.14 0.12 0 0.61
HSL 231.43º 0.08% 0.36% -
HSV(B) 231.43º 0.14% 0.39% -
XYZ 9.41 9.65 13.17 -
YUV 87.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 85 87 99 0.14 0.12 0 0.61 231.43 0.08 0.36
Hex 55 57 63 E C 0 3D E7 8 24
Octal 125 127 143 16 14 0 75 347 10 44
Binary 1010101 1010111 1100011 1110 1100 0 111101 11100111 1000 100100

Color Harmonies of #555763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555763

Black with #555763

Text Example


Text Example

White with #555763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555763; }

 p { color: rgb(85,87,99); }

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

background-color css

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

 a { background-color: rgb(85,87,99); }

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

border-color css

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

 span { border-color: rgb(85,87,99); }

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