#415060

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

Shades of Cello #415060

Tints of Cello #415060

Color information

#415060 (or 0x415060) is unknown color: approx Cello. HEX triplet: 41, 50 and 60. RGB value is (65,80,96). Sum of RGB (Red+Green+Blue) = 65+80+96=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #415060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415060 is #BEAF9F. Grayscale: #4D4D4D. Windows color (decimal): -12496800 or 6312001. OLE color: 6312001.

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

Color convert

RGB658096-
CMYK0.320.1700.62
HSL210.97º19.25%31.57%-
HSV(B)210.97º32.29%37.65%-
XYZ7.167.7112.18-
YUV77.34138.53119.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=26.97%
G=33.20%
B=39.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6580960.320.1700.62210.9719.2531.57
Hex415060201103Ed31320
Octal10112014040210763232340
Binary1000001101000011000001000001000101111101101001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415060; }

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

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

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

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

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

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

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

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