#40515C

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

Shades of Cello #40515C

Tints of Cello #40515C

Color information

#40515C (or 0x40515C) is unknown color: approx Cello. HEX triplet: 40, 51 and 5C. RGB value is (64,81,92). Sum of RGB (Red+Green+Blue) = 64+81+92=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #40515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40515C is #BFAEA3. Grayscale: #4D4D4D. Windows color (decimal): -12562084 or 6050112. OLE color: 6050112.

HSL color Cylindrical-coordinate representation of color #40515C: hue angle of 203.57º 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 #40515C is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648192-
CMYK0.300.1200.64
HSL203.57º17.95%30.59%-
HSV(B)203.57º30.43%36.08%-
XYZ6.997.7511.25-
YUV77.17136.37118.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=27.00%
G=34.18%
B=38.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6481920.300.1200.64203.5717.9530.59
Hex40515C1EC040cc121f
Octal100121134361401003142237
Binary10000001010001101110011110110001000000110011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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