#41545C

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

Shades of Casal #41545C

Tints of Casal #41545C

Color information

#41545C (or 0x41545C) is unknown color: approx Casal. HEX triplet: 41, 54 and 5C. RGB value is (65,84,92). Sum of RGB (Red+Green+Blue) = 65+84+92=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #41545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41545C is #BEABA3. Grayscale: #4F4F4F. Windows color (decimal): -12495780 or 6050881. OLE color: 6050881.

HSL color Cylindrical-coordinate representation of color #41545C: hue angle of 197.78º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41545C is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB658492-
CMYK0.290.0900.64
HSL197.78º17.2%30.78%-
HSV(B)197.78º29.35%36.08%-
XYZ7.288.2411.33-
YUV79.23135.21117.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=26.97%
G=34.85%
B=38.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6584920.290.0900.64197.7817.230.78
Hex41545C1D9040c6111f
Octal101124134351101003062137
Binary10000011010100101110011101100101000000110001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41545C; }

 p { color: rgb(65,84,92); }

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

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

 a { background-color: rgb(65,84,92); }

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

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

 span { border-color: rgb(65,84,92); }

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