Html Css Color HEX #515969 Bright Grey

📋 copy color: '#515969'

red 81 ◦ green 89 ◦ blue 105

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

Shades of Bright Grey #515969

Tints of Bright Grey #515969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

 BLUE value IS 105 (41.41% from 255) = 38.18%

R = 29.45%
G = 32.36%
B = 38.18%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#515969 (or 0x515969) is known color: Bright Grey. HEX triplet: 51, 59 and 69. RGB value is (81,89,105). Sum of RGB (Red+Green+Blue) = 81+89+105=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #515969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515969 is #AEA696. Grayscale: #585858. Windows color (decimal): -11445911 or 6904145. OLE color: 6904145.

HSL color Cylindrical-coordinate representation of color #515969: hue angle of 220º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #515969 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 89 105 -
CMYK 0.23 0.15 0 0.59
HSL 220º 0.13% 0.36% -
HSV(B) 220º 0.23% 0.41% -
XYZ 9.52 9.91 14.78 -
YUV 88.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 81 89 105 0.23 0.15 0 0.59 220 0.13 0.36
Hex 51 59 69 17 F 0 3B DC D 24
Octal 121 131 151 27 17 0 73 334 15 44
Binary 1010001 1011001 1101001 10111 1111 0 111011 11011100 1101 100100

Color Harmonies of #515969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515969

Black with #515969

Text Example


Text Example

White with #515969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515969; }

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

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

background-color css

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

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

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

border-color css

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

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

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