#44565B

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

Shades of Casal #44565B

Tints of Casal #44565B

Color information

#44565B (or 0x44565B) is unknown color: approx Casal. HEX triplet: 44, 56 and 5B. RGB value is (68,86,91). Sum of RGB (Red+Green+Blue) = 68+86+91=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #44565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44565B is #BBA9A4. Grayscale: #515151. Windows color (decimal): -12298661 or 5985860. OLE color: 5985860.

HSL color Cylindrical-coordinate representation of color #44565B: hue angle of 193.04º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #44565B is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB688691-
CMYK0.250.0500.64
HSL193.04º14.47%31.18%-
HSV(B)193.04º25.27%35.69%-
XYZ7.68.6411.16-
YUV81.19133.54118.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=27.76%
G=35.10%
B=37.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6886910.250.0500.64193.0414.4731.18
Hex44565B195040c1e1f
Octal10412613331501003011637
Binary100010010101101011011110011010100000011000001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,86,91); }

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

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

 a { background-color: rgb(68,86,91); }

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

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

 span { border-color: rgb(68,86,91); }

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