#41515D

Color #41515D Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #41515D

Tints of Cello #41515D

Color information

#41515D (or 0x41515D) is unknown color: approx Cello. HEX triplet: 41, 51 and 5D. RGB value is (65,81,93). Sum of RGB (Red+Green+Blue) = 65+81+93=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #41515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41515D is #BEAEA2. Grayscale: #4D4D4D. Windows color (decimal): -12496547 or 6115649. OLE color: 6115649.

HSL color Cylindrical-coordinate representation of color #41515D: hue angle of 205.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41515D is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB658193-
CMYK0.300.1300.64
HSL205.71º17.72%30.98%-
HSV(B)205.71º30.11%36.47%-
XYZ7.17.811.49-
YUV77.58136.7119.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=27.20%
G=33.89%
B=38.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6581930.300.1300.64205.7117.7230.98
Hex41515D1ED040ce121f
Octal101121135361501003162237
Binary10000011010001101110111110110101000000110011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41515D; }

 p { color: rgb(65,81,93); }

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

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

 a { background-color: rgb(65,81,93); }

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

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

 span { border-color: rgb(65,81,93); }

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