Html Css Color HEX #515356 Bright Grey

📋 copy color: '#515356'

red 81 ◦ green 83 ◦ blue 86

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

Shades of Bright Grey #515356

Tints of Bright Grey #515356

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.2%

 BLUE value IS 86 (33.98% from 255) = 34.4%

R = 32.4%
G = 33.2%
B = 34.4%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#515356 (or 0x515356) is known color: Bright Grey. HEX triplet: 51, 53 and 56. RGB value is (81,83,86). Sum of RGB (Red+Green+Blue) = 81+83+86=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 86 - color contains mainly: blue. Hex color #515356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515356 is #AEACA9. Grayscale: #525252. Windows color (decimal): -11447466 or 5657425. OLE color: 5657425.

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

Color convert

RGB 81 83 86 -
CMYK 0.06 0.03 0 0.66
HSL 216º 0.03% 0.33% -
HSV(B) 216º 0.06% 0.34% -
XYZ 8.17 8.61 10.04 -
YUV 82.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 81 83 86 0.06 0.03 0 0.66 216 0.03 0.33
Hex 51 53 56 6 3 0 42 D8 3 21
Octal 121 123 126 6 3 0 102 330 3 41
Binary 1010001 1010011 1010110 110 11 0 1000010 11011000 11 100001

Color Harmonies of #515356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515356

Black with #515356

Text Example


Text Example

White with #515356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515356; }

 p { color: rgb(81,83,86); }

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

background-color css

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

 a { background-color: rgb(81,83,86); }

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

border-color css

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

 span { border-color: rgb(81,83,86); }

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