Html Css Color HEX #515559 Bright Grey

📋 copy color: '#515559'

red 81 ◦ green 85 ◦ blue 89

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

Shades of Bright Grey #515559

Tints of Bright Grey #515559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

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

R = 31.76%
G = 33.33%
B = 34.9%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515559 (or 0x515559) is known color: Bright Grey. HEX triplet: 51, 55 and 59. RGB value is (81,85,89). Sum of RGB (Red+Green+Blue) = 81+85+89=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #515559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515559 is #AEAAA6. Grayscale: #545454. Windows color (decimal): -11446951 or 5854545. OLE color: 5854545.

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

Color convert

RGB 81 85 89 -
CMYK 0.09 0.04 0 0.65
HSL 210º 0.05% 0.33% -
HSV(B) 210º 0.09% 0.35% -
XYZ 8.45 8.97 10.74 -
YUV 84.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 81 85 89 0.09 0.04 0 0.65 210 0.05 0.33
Hex 51 55 59 9 4 0 41 D2 5 21
Octal 121 125 131 11 4 0 101 322 5 41
Binary 1010001 1010101 1011001 1001 100 0 1000001 11010010 101 100001

Color Harmonies of #515559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515559

Black with #515559

Text Example


Text Example

White with #515559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515559; }

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

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

background-color css

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

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

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

border-color css

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

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

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