Html Css Color HEX #515B6B Bright Grey

📋 copy color: '#515B6B'

red 81 ◦ green 91 ◦ blue 107

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

Shades of Bright Grey #515B6B

Tints of Bright Grey #515B6B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.62%

 BLUE value IS 107 (42.19% from 255) = 38.35%

R = 29.03%
G = 32.62%
B = 38.35%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#515B6B (or 0x515B6B) is known color: Bright Grey. HEX triplet: 51, 5B and 6B. RGB value is (81,91,107). Sum of RGB (Red+Green+Blue) = 81+91+107=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #515B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B6B is #AEA494. Grayscale: #595959. Windows color (decimal): -11445397 or 7035729. OLE color: 7035729.

HSL color Cylindrical-coordinate representation of color #515B6B: hue angle of 216.92º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #515B6B is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 91 107 -
CMYK 0.24 0.15 0 0.58
HSL 216.92º 0.14% 0.37% -
HSV(B) 216.92º 0.24% 0.42% -
XYZ 9.79 10.29 15.38 -
YUV 89.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 81 91 107 0.24 0.15 0 0.58 216.92 0.14 0.37
Hex 51 5B 6B 18 F 0 3A D9 E 25
Octal 121 133 153 30 17 0 72 331 16 45
Binary 1010001 1011011 1101011 11000 1111 0 111010 11011001 1110 100101

Color Harmonies of #515B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B6B

Black with #515B6B

Text Example


Text Example

White with #515B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515B6B; }

 p { color: rgb(81,91,107); }

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

background-color css

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

 a { background-color: rgb(81,91,107); }

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

border-color css

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

 span { border-color: rgb(81,91,107); }

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