#41555C

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

Shades of Casal #41555C

Tints of Casal #41555C

Color information

#41555C (or 0x41555C) is unknown color: approx Casal. HEX triplet: 41, 55 and 5C. RGB value is (65,85,92). Sum of RGB (Red+Green+Blue) = 65+85+92=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #41555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41555C is #BEAAA3. Grayscale: #4F4F4F. Windows color (decimal): -12495524 or 6051137. OLE color: 6051137.

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

Color convert

RGB658592-
CMYK0.290.0800.64
HSL195.56º17.2%30.78%-
HSV(B)195.56º29.35%36.08%-
XYZ7.368.3911.36-
YUV79.82134.87117.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=26.86%
G=35.12%
B=38.02%

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
Decimal6585920.290.0800.64195.5617.230.78
Hex41555C1D8040c4111f
Octal101125134351001003042137
Binary10000011010101101110011101100001000000110001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41555C; }

 p { color: rgb(65,85,92); }

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

<style>
 a { background-color: #41555C; }

 a { background-color: rgb(65,85,92); }

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

<style>
 span { border-color: #41555C; }

 span { border-color: rgb(65,85,92); }

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