#41575D

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

Shades of Casal #41575D

Tints of Casal #41575D

Color information

#41575D (or 0x41575D) is unknown color: approx Casal. HEX triplet: 41, 57 and 5D. RGB value is (65,87,93). Sum of RGB (Red+Green+Blue) = 65+87+93=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #41575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41575D is #BEA8A2. Grayscale: #515151. Windows color (decimal): -12495011 or 6117185. OLE color: 6117185.

HSL color Cylindrical-coordinate representation of color #41575D: hue angle of 192.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41575D is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB658793-
CMYK0.300.0600.64
HSL192.86º17.72%30.98%-
HSV(B)192.86º30.11%36.47%-
XYZ7.568.7311.64-
YUV81.11134.71116.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=26.53%
G=35.51%
B=37.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6587930.300.0600.64192.8617.7230.98
Hex41575D1E6040c1121f
Octal10112713536601003012237
Binary1000001101011110111011111011001000000110000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41575D; }

 p { color: rgb(65,87,93); }

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

<style>
 a { background-color: #41575D; }

 a { background-color: rgb(65,87,93); }

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

<style>
 span { border-color: #41575D; }

 span { border-color: rgb(65,87,93); }

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