Html Css Color HEX #515563 Bright Grey

📋 copy color: '#515563'

red 81 ◦ green 85 ◦ blue 99

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

Shades of Bright Grey #515563

Tints of Bright Grey #515563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

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

R = 30.57%
G = 32.08%
B = 37.36%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#515563 (or 0x515563) is known color: Bright Grey. HEX triplet: 51, 55 and 63. RGB value is (81,85,99). Sum of RGB (Red+Green+Blue) = 81+85+99=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #515563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515563 is #AEAA9C. Grayscale: #555555. Windows color (decimal): -11446941 or 6509905. OLE color: 6509905.

HSL color Cylindrical-coordinate representation of color #515563: hue angle of 226.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 #515563 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 85 99 -
CMYK 0.18 0.14 0 0.61
HSL 226.67º 0.1% 0.35% -
HSV(B) 226.67º 0.18% 0.39% -
XYZ 8.89 9.15 13.1 -
YUV 85.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 81 85 99 0.18 0.14 0 0.61 226.67 0.1 0.35
Hex 51 55 63 12 E 0 3D E3 A 23
Octal 121 125 143 22 16 0 75 343 12 43
Binary 1010001 1010101 1100011 10010 1110 0 111101 11100011 1010 100011

Color Harmonies of #515563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515563

Black with #515563

Text Example


Text Example

White with #515563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515563; }

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

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

background-color css

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

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

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

border-color css

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

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

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