Html Css Color HEX #515664 Bright Grey

📋 copy color: '#515664'

red 81 ◦ green 86 ◦ blue 100

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

Shades of Bright Grey #515664

Tints of Bright Grey #515664

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.21%

 BLUE value IS 100 (39.45% from 255) = 37.45%

R = 30.34%
G = 32.21%
B = 37.45%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#515664 (or 0x515664) is known color: Bright Grey. HEX triplet: 51, 56 and 64. RGB value is (81,86,100). Sum of RGB (Red+Green+Blue) = 81+86+100=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 100 - color contains mainly: blue. Hex color #515664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515664 is #AEA99B. Grayscale: #565656. Windows color (decimal): -11446684 or 6575697. OLE color: 6575697.

HSL color Cylindrical-coordinate representation of color #515664: hue angle of 224.21º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #515664 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 86 100 -
CMYK 0.19 0.14 0 0.61
HSL 224.21º 0.1% 0.35% -
HSV(B) 224.21º 0.19% 0.39% -
XYZ 9.02 9.33 13.38 -
YUV 86.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 81 86 100 0.19 0.14 0 0.61 224.21 0.1 0.35
Hex 51 56 64 13 E 0 3D E0 A 23
Octal 121 126 144 23 16 0 75 340 12 43
Binary 1010001 1010110 1100100 10011 1110 0 111101 11100000 1010 100011

Color Harmonies of #515664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515664

Black with #515664

Text Example


Text Example

White with #515664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515664; }

 p { color: rgb(81,86,100); }

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

background-color css

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

 a { background-color: rgb(81,86,100); }

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

border-color css

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

 span { border-color: rgb(81,86,100); }

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