Html Css Color HEX #515862 Bright Grey

📋 copy color: '#515862'

red 81 ◦ green 88 ◦ blue 98

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

Shades of Bright Grey #515862

Tints of Bright Grey #515862

RGB

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

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

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

R = 30.34%
G = 32.96%
B = 36.7%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515862 (or 0x515862) is known color: Bright Grey. HEX triplet: 51, 58 and 62. RGB value is (81,88,98). Sum of RGB (Red+Green+Blue) = 81+88+98=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: blue. Hex color #515862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515862 is #AEA79D. Grayscale: #575757. Windows color (decimal): -11446174 or 6445137. OLE color: 6445137.

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

Color convert

RGB 81 88 98 -
CMYK 0.17 0.10 0 0.62
HSL 215.29º 0.09% 0.35% -
HSV(B) 215.29º 0.17% 0.38% -
XYZ 9.09 9.61 12.93 -
YUV 87.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 81 88 98 0.17 0.10 0 0.62 215.29 0.09 0.35
Hex 51 58 62 11 A 0 3E D7 9 23
Octal 121 130 142 21 12 0 76 327 11 43
Binary 1010001 1011000 1100010 10001 1010 0 111110 11010111 1001 100011

Color Harmonies of #515862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515862

Black with #515862

Text Example


Text Example

White with #515862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515862; }

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

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

background-color css

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

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

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

border-color css

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

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

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