#41525F

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

Shades of Cello #41525F

Tints of Cello #41525F

Color information

#41525F (or 0x41525F) is unknown color: approx Cello. HEX triplet: 41, 52 and 5F. RGB value is (65,82,95). Sum of RGB (Red+Green+Blue) = 65+82+95=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #41525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41525F is #BEADA0. Grayscale: #4E4E4E. Windows color (decimal): -12496289 or 6246977. OLE color: 6246977.

HSL color Cylindrical-coordinate representation of color #41525F: hue angle of 206º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41525F is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB658295-
CMYK0.320.1400.63
HSL206º18.75%31.37%-
HSV(B)206º31.58%37.25%-
XYZ7.267.9811.98-
YUV78.4137.37118.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=26.86%
G=33.88%
B=39.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6582950.320.1400.6320618.7531.37
Hex41525F20E03Fce131f
Octal10112213740160773162337
Binary10000011010010101111110000011100111111110011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41525F; }

 p { color: rgb(65,82,95); }

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

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

 a { background-color: rgb(65,82,95); }

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

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

 span { border-color: rgb(65,82,95); }

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