Html Css Color HEX #515767 Bright Grey

📋 copy color: '#515767'

red 81 ◦ green 87 ◦ blue 103

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

Shades of Bright Grey #515767

Tints of Bright Grey #515767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 29.89%
G = 32.1%
B = 38.01%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#515767 (or 0x515767) is known color: Bright Grey. HEX triplet: 51, 57 and 67. RGB value is (81,87,103). Sum of RGB (Red+Green+Blue) = 81+87+103=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 103 - color contains mainly: blue. Hex color #515767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515767 is #AEA898. Grayscale: #565656. Windows color (decimal): -11446425 or 6772561. OLE color: 6772561.

HSL color Cylindrical-coordinate representation of color #515767: hue angle of 223.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #515767 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 87 103 -
CMYK 0.21 0.16 0 0.60
HSL 223.64º 0.12% 0.36% -
HSV(B) 223.64º 0.21% 0.4% -
XYZ 9.25 9.54 14.19 -
YUV 87.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 81 87 103 0.21 0.16 0 0.60 223.64 0.12 0.36
Hex 51 57 67 15 10 0 3C E0 C 24
Octal 121 127 147 25 20 0 74 340 14 44
Binary 1010001 1010111 1100111 10101 10000 0 111100 11100000 1100 100100

Color Harmonies of #515767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515767

Black with #515767

Text Example


Text Example

White with #515767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515767; }

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

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

background-color css

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

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

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

border-color css

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

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

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