Html Css Color HEX #515863 Bright Grey

📋 copy color: '#515863'

red 81 ◦ green 88 ◦ blue 99

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

Shades of Bright Grey #515863

Tints of Bright Grey #515863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.84%

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 30.22%
G = 32.84%
B = 36.94%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#515863 (or 0x515863) is known color: Bright Grey. HEX triplet: 51, 58 and 63. RGB value is (81,88,99). Sum of RGB (Red+Green+Blue) = 81+88+99=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #515863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515863 is #AEA79C. Grayscale: #575757. Windows color (decimal): -11446173 or 6510673. OLE color: 6510673.

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

Color convert

RGB 81 88 99 -
CMYK 0.18 0.11 0 0.61
HSL 216.67º 0.1% 0.35% -
HSV(B) 216.67º 0.18% 0.39% -
XYZ 9.14 9.63 13.18 -
YUV 87.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 81 88 99 0.18 0.11 0 0.61 216.67 0.1 0.35
Hex 51 58 63 12 B 0 3D D9 A 23
Octal 121 130 143 22 13 0 75 331 12 43
Binary 1010001 1011000 1100011 10010 1011 0 111101 11011001 1010 100011

Color Harmonies of #515863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515863

Black with #515863

Text Example


Text Example

White with #515863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515863; }

 p { color: rgb(81,88,99); }

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

background-color css

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

 a { background-color: rgb(81,88,99); }

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

border-color css

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

 span { border-color: rgb(81,88,99); }

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