Html Css Color HEX #515259 Bright Grey

📋 copy color: '#515259'

red 81 ◦ green 82 ◦ blue 89

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

Shades of Bright Grey #515259

Tints of Bright Grey #515259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.32%

R = 32.14%
G = 32.54%
B = 35.32%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515259 (or 0x515259) is known color: Bright Grey. HEX triplet: 51, 52 and 59. RGB value is (81,82,89). Sum of RGB (Red+Green+Blue) = 81+82+89=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 89 - color contains mainly: blue. Hex color #515259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515259 is #AEADA6. Grayscale: #525252. Windows color (decimal): -11447719 or 5853777. OLE color: 5853777.

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

Color convert

RGB 81 82 89 -
CMYK 0.09 0.08 0 0.65
HSL 232.5º 0.05% 0.33% -
HSV(B) 232.5º 0.09% 0.35% -
XYZ 8.21 8.51 10.66 -
YUV 82.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 81 82 89 0.09 0.08 0 0.65 232.5 0.05 0.33
Hex 51 52 59 9 8 0 41 E8 5 21
Octal 121 122 131 11 10 0 101 350 5 41
Binary 1010001 1010010 1011001 1001 1000 0 1000001 11101000 101 100001

Color Harmonies of #515259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515259

Black with #515259

Text Example


Text Example

White with #515259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515259; }

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

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

background-color css

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

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

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

border-color css

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

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

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