Html Css Color HEX #515258 Bright Grey

📋 copy color: '#515258'

red 81 ◦ green 82 ◦ blue 88

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

Shades of Bright Grey #515258

Tints of Bright Grey #515258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.67%

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

R = 32.27%
G = 32.67%
B = 35.06%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515258 (or 0x515258) is known color: Bright Grey. HEX triplet: 51, 52 and 58. RGB value is (81,82,88). Sum of RGB (Red+Green+Blue) = 81+82+88=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 88 - color contains mainly: blue. Hex color #515258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515258 is #AEADA7. Grayscale: #525252. Windows color (decimal): -11447720 or 5788241. OLE color: 5788241.

HSL color Cylindrical-coordinate representation of color #515258: hue angle of 231.43º 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 #515258 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 82 88 -
CMYK 0.08 0.07 0 0.65
HSL 231.43º 0.04% 0.33% -
HSV(B) 231.43º 0.08% 0.35% -
XYZ 8.17 8.49 10.44 -
YUV 82.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 81 82 88 0.08 0.07 0 0.65 231.43 0.04 0.33
Hex 51 52 58 8 7 0 41 E7 4 21
Octal 121 122 130 10 7 0 101 347 4 41
Binary 1010001 1010010 1011000 1000 111 0 1000001 11100111 100 100001

Color Harmonies of #515258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515258

Black with #515258

Text Example


Text Example

White with #515258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515258; }

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

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

background-color css

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

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

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

border-color css

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

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

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