#41535B

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

Shades of Casal #41535B

Tints of Casal #41535B

Color information

#41535B (or 0x41535B) is unknown color: approx Casal. HEX triplet: 41, 53 and 5B. RGB value is (65,83,91). Sum of RGB (Red+Green+Blue) = 65+83+91=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #41535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41535B is #BEACA4. Grayscale: #4E4E4E. Windows color (decimal): -12496037 or 5985089. OLE color: 5985089.

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

Color convert

RGB658391-
CMYK0.290.0900.64
HSL198.46º16.67%30.59%-
HSV(B)198.46º28.57%35.69%-
XYZ7.168.0711.08-
YUV78.53135.04118.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=27.20%
G=34.73%
B=38.08%

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
Decimal6583910.290.0900.64198.4616.6730.59
Hex41535B1D9040c6111f
Octal101123133351101003062137
Binary10000011010011101101111101100101000000110001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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