Html Css Color HEX #515359 Bright Grey

📋 copy color: '#515359'

red 81 ◦ green 83 ◦ blue 89

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

Shades of Bright Grey #515359

Tints of Bright Grey #515359

RGB

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

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

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

R = 32.02%
G = 32.81%
B = 35.18%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515359 (or 0x515359) is known color: Bright Grey. HEX triplet: 51, 53 and 59. RGB value is (81,83,89). Sum of RGB (Red+Green+Blue) = 81+83+89=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #515359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515359 is #AEACA6. Grayscale: #535353. Windows color (decimal): -11447463 or 5854033. OLE color: 5854033.

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

Color convert

RGB 81 83 89 -
CMYK 0.09 0.07 0 0.65
HSL 225º 0.05% 0.33% -
HSV(B) 225º 0.09% 0.35% -
XYZ 8.29 8.66 10.69 -
YUV 83.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 81 83 89 0.09 0.07 0 0.65 225 0.05 0.33
Hex 51 53 59 9 7 0 41 E1 5 21
Octal 121 123 131 11 7 0 101 341 5 41
Binary 1010001 1010011 1011001 1001 111 0 1000001 11100001 101 100001

Color Harmonies of #515359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515359

Black with #515359

Text Example


Text Example

White with #515359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515359; }

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

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

background-color css

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

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

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

border-color css

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

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

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