Html Css Color HEX #515459 Bright Grey

📋 copy color: '#515459'

red 81 ◦ green 84 ◦ blue 89

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

Shades of Bright Grey #515459

Tints of Bright Grey #515459

RGB

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

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

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

R = 31.89%
G = 33.07%
B = 35.04%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515459 (or 0x515459) is known color: Bright Grey. HEX triplet: 51, 54 and 59. RGB value is (81,84,89). Sum of RGB (Red+Green+Blue) = 81+84+89=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 89 - color contains mainly: blue. Hex color #515459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515459 is #AEABA6. Grayscale: #535353. Windows color (decimal): -11447207 or 5854289. OLE color: 5854289.

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

Color convert

RGB 81 84 89 -
CMYK 0.09 0.06 0 0.65
HSL 217.5º 0.05% 0.33% -
HSV(B) 217.5º 0.09% 0.35% -
XYZ 8.37 8.81 10.71 -
YUV 83.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 81 84 89 0.09 0.06 0 0.65 217.5 0.05 0.33
Hex 51 54 59 9 6 0 41 DA 5 21
Octal 121 124 131 11 6 0 101 332 5 41
Binary 1010001 1010100 1011001 1001 110 0 1000001 11011010 101 100001

Color Harmonies of #515459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515459

Black with #515459

Text Example


Text Example

White with #515459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515459; }

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

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

background-color css

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

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

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

border-color css

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

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

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