#44595C

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

Shades of Casal #44595C

Tints of Casal #44595C

Color information

#44595C (or 0x44595C) is unknown color: approx Casal. HEX triplet: 44, 59 and 5C. RGB value is (68,89,92). Sum of RGB (Red+Green+Blue) = 68+89+92=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 92 - color contains mainly: blue. Hex color #44595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44595C is #BBA6A3. Grayscale: #535353. Windows color (decimal): -12297892 or 6052164. OLE color: 6052164.

HSL color Cylindrical-coordinate representation of color #44595C: hue angle of 187.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #44595C is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB688992-
CMYK0.260.0300.64
HSL187.5º15%31.37%-
HSV(B)187.5º26.09%36.08%-
XYZ7.899.1511.47-
YUV83.06133.04117.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=27.31%
G=35.74%
B=36.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6889920.260.0300.64187.51531.37
Hex44595C1A3040bcf1f
Octal10413113432301002741737
Binary10001001011001101110011010110100000010111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,89,92); }

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

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

 a { background-color: rgb(68,89,92); }

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

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

 span { border-color: rgb(68,89,92); }

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