#41556A

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

Shades of Cello #41556A

Tints of Cello #41556A

Color information

#41556A (or 0x41556A) is unknown color: approx Cello. HEX triplet: 41, 55 and 6A. RGB value is (65,85,106). Sum of RGB (Red+Green+Blue) = 65+85+106=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #41556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41556A is #BEAA95. Grayscale: #515151. Windows color (decimal): -12495510 or 6968641. OLE color: 6968641.

HSL color Cylindrical-coordinate representation of color #41556A: hue angle of 210.73º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41556A is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6585106-
CMYK0.390.2000.58
HSL210.73º23.98%33.53%-
HSV(B)210.73º38.68%41.57%-
XYZ8.038.6614.88-
YUV81.41141.87116.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=25.39%
G=33.20%
B=41.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65851060.390.2000.58210.7323.9833.53
Hex41556A271403Ad31822
Octal10112515247240723233042
Binary1000001101010111010101001111010001110101101001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41556A; }

 p { color: rgb(65,85,106); }

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

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

 a { background-color: rgb(65,85,106); }

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

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

 span { border-color: rgb(65,85,106); }

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