Html Css Color HEX #515962 Bright Grey

📋 copy color: '#515962'

red 81 ◦ green 89 ◦ blue 98

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

Shades of Bright Grey #515962

Tints of Bright Grey #515962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.21%

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

R = 30.22%
G = 33.21%
B = 36.57%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515962 (or 0x515962) is known color: Bright Grey. HEX triplet: 51, 59 and 62. RGB value is (81,89,98). Sum of RGB (Red+Green+Blue) = 81+89+98=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #515962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515962 is #AEA69D. Grayscale: #575757. Windows color (decimal): -11445918 or 6445393. OLE color: 6445393.

HSL color Cylindrical-coordinate representation of color #515962: hue angle of 211.76º 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 #515962 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 89 98 -
CMYK 0.17 0.09 0 0.62
HSL 211.76º 0.09% 0.35% -
HSV(B) 211.76º 0.17% 0.38% -
XYZ 9.17 9.78 12.96 -
YUV 87.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 81 89 98 0.17 0.09 0 0.62 211.76 0.09 0.35
Hex 51 59 62 11 9 0 3E D4 9 23
Octal 121 131 142 21 11 0 76 324 11 43
Binary 1010001 1011001 1100010 10001 1001 0 111110 11010100 1001 100011

Color Harmonies of #515962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515962

Black with #515962

Text Example


Text Example

White with #515962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515962; }

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

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

background-color css

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

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

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

border-color css

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

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

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