Html Css Color HEX #515562 Bright Grey

📋 copy color: '#515562'

red 81 ◦ green 85 ◦ blue 98

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

Shades of Bright Grey #515562

Tints of Bright Grey #515562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.12%

R = 30.68%
G = 32.2%
B = 37.12%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515562 (or 0x515562) is known color: Bright Grey. HEX triplet: 51, 55 and 62. RGB value is (81,85,98). Sum of RGB (Red+Green+Blue) = 81+85+98=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: blue. Hex color #515562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515562 is #AEAA9D. Grayscale: #555555. Windows color (decimal): -11446942 or 6444369. OLE color: 6444369.

HSL color Cylindrical-coordinate representation of color #515562: hue angle of 225.88º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #515562 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 85 98 -
CMYK 0.17 0.13 0 0.62
HSL 225.88º 0.09% 0.35% -
HSV(B) 225.88º 0.17% 0.38% -
XYZ 8.85 9.13 12.85 -
YUV 85.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 81 85 98 0.17 0.13 0 0.62 225.88 0.09 0.35
Hex 51 55 62 11 D 0 3E E2 9 23
Octal 121 125 142 21 15 0 76 342 11 43
Binary 1010001 1010101 1100010 10001 1101 0 111110 11100010 1001 100011

Color Harmonies of #515562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515562

Black with #515562

Text Example


Text Example

White with #515562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515562; }

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

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

background-color css

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

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

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

border-color css

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

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

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