Html Css Color HEX #515457 Bright Grey

📋 copy color: '#515457'

red 81 ◦ green 84 ◦ blue 87

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

Shades of Bright Grey #515457

Tints of Bright Grey #515457

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

 BLUE value IS 87 (34.38% from 255) = 34.52%

R = 32.14%
G = 33.33%
B = 34.52%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#515457 (or 0x515457) is known color: Bright Grey. HEX triplet: 51, 54 and 57. RGB value is (81,84,87). Sum of RGB (Red+Green+Blue) = 81+84+87=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 87 - color contains mainly: blue. Hex color #515457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515457 is #AEABA8. Grayscale: #535353. Windows color (decimal): -11447209 or 5723217. OLE color: 5723217.

HSL color Cylindrical-coordinate representation of color #515457: hue angle of 210º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #515457 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 84 87 -
CMYK 0.07 0.03 0 0.66
HSL 210º 0.04% 0.33% -
HSV(B) 210º 0.07% 0.34% -
XYZ 8.28 8.78 10.27 -
YUV 83.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 81 84 87 0.07 0.03 0 0.66 210 0.04 0.33
Hex 51 54 57 7 3 0 42 D2 4 21
Octal 121 124 127 7 3 0 102 322 4 41
Binary 1010001 1010100 1010111 111 11 0 1000010 11010010 100 100001

Color Harmonies of #515457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515457

Black with #515457

Text Example


Text Example

White with #515457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515457; }

 p { color: rgb(81,84,87); }

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

background-color css

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

 a { background-color: rgb(81,84,87); }

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

border-color css

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

 span { border-color: rgb(81,84,87); }

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