Html Css Color HEX #51555C Bright Grey

📋 copy color: '#51555C'

red 81 ◦ green 85 ◦ blue 92

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

Shades of Bright Grey #51555C

Tints of Bright Grey #51555C

RGB

 RED value IS 81 (32.03% from 255) = 31.4%

 GREEN value IS 85 (33.59% from 255) = 32.95%

 BLUE value IS 92 (36.33% from 255) = 35.66%

R = 31.4%
G = 32.95%
B = 35.66%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51555C (or 0x51555C) is known color: Bright Grey. HEX triplet: 51, 55 and 5C. RGB value is (81,85,92). Sum of RGB (Red+Green+Blue) = 81+85+92=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 92 - color contains mainly: blue. Hex color #51555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51555C is #AEAAA3. Grayscale: #545454. Windows color (decimal): -11446948 or 6051153. OLE color: 6051153.

HSL color Cylindrical-coordinate representation of color #51555C: hue angle of 218.18º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #51555C is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 85 92 -
CMYK 0.12 0.08 0 0.64
HSL 218.18º 0.06% 0.34% -
HSV(B) 218.18º 0.12% 0.36% -
XYZ 8.57 9.02 11.41 -
YUV 84.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 81 85 92 0.12 0.08 0 0.64 218.18 0.06 0.34
Hex 51 55 5C C 8 0 40 DA 6 22
Octal 121 125 134 14 10 0 100 332 6 42
Binary 1010001 1010101 1011100 1100 1000 0 1000000 11011010 110 100010

Color Harmonies of #51555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51555C

Black with #51555C

Text Example


Text Example

White with #51555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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