Html Css Color HEX #515463 Bright Grey

📋 copy color: '#515463'

red 81 ◦ green 84 ◦ blue 99

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

Shades of Bright Grey #515463

Tints of Bright Grey #515463

RGB

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

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

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

R = 30.68%
G = 31.82%
B = 37.5%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#515463 (or 0x515463) is known color: Bright Grey. HEX triplet: 51, 54 and 63. RGB value is (81,84,99). Sum of RGB (Red+Green+Blue) = 81+84+99=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #515463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515463 is #AEAB9C. Grayscale: #545454. Windows color (decimal): -11447197 or 6509649. OLE color: 6509649.

HSL color Cylindrical-coordinate representation of color #515463: hue angle of 230º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #515463 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 84 99 -
CMYK 0.18 0.15 0 0.61
HSL 230º 0.1% 0.35% -
HSV(B) 230º 0.18% 0.39% -
XYZ 8.82 8.99 13.08 -
YUV 84.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 81 84 99 0.18 0.15 0 0.61 230 0.1 0.35
Hex 51 54 63 12 F 0 3D E6 A 23
Octal 121 124 143 22 17 0 75 346 12 43
Binary 1010001 1010100 1100011 10010 1111 0 111101 11100110 1010 100011

Color Harmonies of #515463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515463

Black with #515463

Text Example


Text Example

White with #515463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515463; }

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

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

background-color css

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

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

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

border-color css

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

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

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