#405060

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

Shades of Cello #405060

Tints of Cello #405060

Color information

#405060 (or 0x405060) is unknown color: approx Cello. HEX triplet: 40, 50 and 60. RGB value is (64,80,96). Sum of RGB (Red+Green+Blue) = 64+80+96=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #405060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405060 is #BFAF9F. Grayscale: #4C4C4C. Windows color (decimal): -12562336 or 6312000. OLE color: 6312000.

HSL color Cylindrical-coordinate representation of color #405060: hue angle of 210º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405060 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB648096-
CMYK0.330.1700.62
HSL210º20%31.37%-
HSV(B)210º33.33%37.65%-
XYZ7.097.6712.17-
YUV77.04138.7118.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 40%
R=26.67%
G=33.33%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6480960.330.1700.622102031.37
Hex405060211103Ed2141f
Octal10012014041210763222437
Binary100000010100001100000100001100010111110110100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405060; }

 p { color: rgb(64,80,96); }

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

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

 a { background-color: rgb(64,80,96); }

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

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

 span { border-color: rgb(64,80,96); }

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