#41575B

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

Shades of Casal #41575B

Tints of Casal #41575B

Color information

#41575B (or 0x41575B) is unknown color: approx Casal. HEX triplet: 41, 57 and 5B. RGB value is (65,87,91). Sum of RGB (Red+Green+Blue) = 65+87+91=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #41575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41575B is #BEA8A4. Grayscale: #505050. Windows color (decimal): -12495013 or 5986113. OLE color: 5986113.

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

Color convert

RGB658791-
CMYK0.290.0400.64
HSL189.23º16.67%30.59%-
HSV(B)189.23º28.57%35.69%-
XYZ7.488.711.18-
YUV80.88133.71116.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=26.75%
G=35.80%
B=37.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6587910.290.0400.64189.2316.6730.59
Hex41575B1D4040bd111f
Octal10112713335401002752137
Binary1000001101011110110111110110001000000101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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