#415065

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

Shades of Cello #415065

Tints of Cello #415065

Color information

#415065 (or 0x415065) is unknown color: approx Cello. HEX triplet: 41, 50 and 65. RGB value is (65,80,101). Sum of RGB (Red+Green+Blue) = 65+80+101=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #415065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415065 is #BEAF9A. Grayscale: #4D4D4D. Windows color (decimal): -12496795 or 6639681. OLE color: 6639681.

HSL color Cylindrical-coordinate representation of color #415065: hue angle of 215º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #415065 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6580101-
CMYK0.360.2100.60
HSL215º21.69%32.55%-
HSV(B)215º35.64%39.61%-
XYZ7.47.813.43-
YUV77.91141.03118.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=26.42%
G=32.52%
B=41.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65801010.360.2100.6021521.6932.55
Hex415065241503Cd71621
Octal10112014544250743272641
Binary1000001101000011001011001001010101111001101011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415065; }

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

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

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

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

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

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

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

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