#41545B

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

Shades of Casal #41545B

Tints of Casal #41545B

Color information

#41545B (or 0x41545B) is unknown color: approx Casal. HEX triplet: 41, 54 and 5B. RGB value is (65,84,91). Sum of RGB (Red+Green+Blue) = 65+84+91=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #41545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41545B is #BEABA4. Grayscale: #4F4F4F. Windows color (decimal): -12495781 or 5985345. OLE color: 5985345.

HSL color Cylindrical-coordinate representation of color #41545B: hue angle of 196.15º 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 #41545B is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB658491-
CMYK0.290.0800.64
HSL196.15º16.67%30.59%-
HSV(B)196.15º28.57%35.69%-
XYZ7.248.2211.1-
YUV79.12134.71117.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=27.08%
G=35%
B=37.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6584910.290.0800.64196.1516.6730.59
Hex41545B1D8040c4111f
Octal101124133351001003042137
Binary10000011010100101101111101100001000000110001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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