#41555B

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

Shades of Casal #41555B

Tints of Casal #41555B

Color information

#41555B (or 0x41555B) is unknown color: approx Casal. HEX triplet: 41, 55 and 5B. RGB value is (65,85,91). Sum of RGB (Red+Green+Blue) = 65+85+91=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #41555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41555B is #BEAAA4. Grayscale: #4F4F4F. Windows color (decimal): -12495525 or 5985601. OLE color: 5985601.

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

Color convert

RGB658591-
CMYK0.290.0700.64
HSL193.85º16.67%30.59%-
HSV(B)193.85º28.57%35.69%-
XYZ7.328.3811.13-
YUV79.7134.37117.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=26.97%
G=35.27%
B=37.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6585910.290.0700.64193.8516.6730.59
Hex41555B1D7040c2111f
Octal10112513335701003022137
Binary1000001101010110110111110111101000000110000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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