#40515D

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

Shades of Cello #40515D

Tints of Cello #40515D

Color information

#40515D (or 0x40515D) is unknown color: approx Cello. HEX triplet: 40, 51 and 5D. RGB value is (64,81,93). Sum of RGB (Red+Green+Blue) = 64+81+93=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #40515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40515D is #BFAEA2. Grayscale: #4D4D4D. Windows color (decimal): -12562083 or 6115648. OLE color: 6115648.

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

Color convert

RGB648193-
CMYK0.310.1300.64
HSL204.83º18.47%30.78%-
HSV(B)204.83º31.18%36.47%-
XYZ7.037.7711.48-
YUV77.28136.87118.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 93 (36.72% from 255) = 39.08%
R=26.89%
G=34.03%
B=39.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6481930.310.1300.64204.8318.4730.78
Hex40515D1FD040cd121f
Octal100121135371501003152237
Binary10000001010001101110111111110101000000110011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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