#515362

Color #515362 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #515362

Tints of Bright Grey #515362

Color information

#515362 (or 0x515362) is unknown color: approx Bright Grey. HEX triplet: 51, 53 and 62. RGB value is (81,83,98). Sum of RGB (Red+Green+Blue) = 81+83+98=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #515362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515362 is #AEAC9D. Grayscale: #545454. Windows color (decimal): -11447454 or 6443857. OLE color: 6443857.

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

Color convert

RGB818398-
CMYK0.170.1500.62
HSL232.94º9.5%35.1%-
HSV(B)232.94º17.35%38.43%-
XYZ8.698.8212.8-
YUV84.11135.84125.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 98 (38.67% from 255) = 37.40%
R=30.92%
G=31.68%
B=37.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8183980.170.1500.62232.949.535.1
Hex51536211F03Ee9923
Octal12112314221170763511143
Binary1010001101001111000101000111110111110111010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515362; }

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

 H1.HeaderClassName
 {
   color: #515362;
 }
 .AnyTagClassName
 {
   color: #515362;
 }
</style>
background-color css

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

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

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

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

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

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