Html Css Color HEX #515458 Bright Grey

📋 copy color: '#515458'

red 81 ◦ green 84 ◦ blue 88

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

Shades of Bright Grey #515458

Tints of Bright Grey #515458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.78%

R = 32.02%
G = 33.2%
B = 34.78%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515458 (or 0x515458) is known color: Bright Grey. HEX triplet: 51, 54 and 58. RGB value is (81,84,88). Sum of RGB (Red+Green+Blue) = 81+84+88=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 88 - color contains mainly: blue. Hex color #515458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515458 is #AEABA7. Grayscale: #535353. Windows color (decimal): -11447208 or 5788753. OLE color: 5788753.

HSL color Cylindrical-coordinate representation of color #515458: hue angle of 214.29º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #515458 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 84 88 -
CMYK 0.08 0.05 0 0.65
HSL 214.29º 0.04% 0.33% -
HSV(B) 214.29º 0.08% 0.35% -
XYZ 8.33 8.79 10.49 -
YUV 83.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 81 84 88 0.08 0.05 0 0.65 214.29 0.04 0.33
Hex 51 54 58 8 5 0 41 D6 4 21
Octal 121 124 130 10 5 0 101 326 4 41
Binary 1010001 1010100 1011000 1000 101 0 1000001 11010110 100 100001

Color Harmonies of #515458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515458

Black with #515458

Text Example


Text Example

White with #515458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515458; }

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

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

background-color css

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

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

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

border-color css

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

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

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