#41585D

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

Shades of Casal #41585D

Tints of Casal #41585D

Color information

#41585D (or 0x41585D) is unknown color: approx Casal. HEX triplet: 41, 58 and 5D. RGB value is (65,88,93). Sum of RGB (Red+Green+Blue) = 65+88+93=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #41585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41585D is #BEA7A2. Grayscale: #515151. Windows color (decimal): -12494755 or 6117441. OLE color: 6117441.

HSL color Cylindrical-coordinate representation of color #41585D: hue angle of 190.71º 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 #41585D is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB658893-
CMYK0.300.0500.64
HSL190.71º17.72%30.98%-
HSV(B)190.71º30.11%36.47%-
XYZ7.658.8911.67-
YUV81.69134.38116.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=26.42%
G=35.77%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6588930.300.0500.64190.7117.7230.98
Hex41585D1E5040bf121f
Octal10113013536501002772237
Binary1000001101100010111011111010101000000101111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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