Html Css Color HEX #515765 Bright Grey

📋 copy color: '#515765'

red 81 ◦ green 87 ◦ blue 101

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

Shades of Bright Grey #515765

Tints of Bright Grey #515765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 30.11%
G = 32.34%
B = 37.55%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#515765 (or 0x515765) is known color: Bright Grey. HEX triplet: 51, 57 and 65. RGB value is (81,87,101). Sum of RGB (Red+Green+Blue) = 81+87+101=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #515765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515765 is #AEA89A. Grayscale: #565656. Windows color (decimal): -11446427 or 6641489. OLE color: 6641489.

HSL color Cylindrical-coordinate representation of color #515765: hue angle of 222º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #515765 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 87 101 -
CMYK 0.20 0.14 0 0.60
HSL 222º 0.11% 0.36% -
HSV(B) 222º 0.2% 0.4% -
XYZ 9.15 9.51 13.66 -
YUV 86.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 81 87 101 0.20 0.14 0 0.60 222 0.11 0.36
Hex 51 57 65 14 E 0 3C DE B 24
Octal 121 127 145 24 16 0 74 336 13 44
Binary 1010001 1010111 1100101 10100 1110 0 111100 11011110 1011 100100

Color Harmonies of #515765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515765

Black with #515765

Text Example


Text Example

White with #515765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515765; }

 p { color: rgb(81,87,101); }

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

background-color css

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

 a { background-color: rgb(81,87,101); }

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

border-color css

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

 span { border-color: rgb(81,87,101); }

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