#445256

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

Shades of Casal #445256

Tints of Casal #445256

Color information

#445256 (or 0x445256) is unknown color: approx Casal. HEX triplet: 44, 52 and 56. RGB value is (68,82,86). Sum of RGB (Red+Green+Blue) = 68+82+86=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 86 - color contains mainly: blue. Hex color #445256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445256 is #BBADA9. Grayscale: #4E4E4E. Windows color (decimal): -12299690 or 5657156. OLE color: 5657156.

HSL color Cylindrical-coordinate representation of color #445256: hue angle of 193.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445256 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB688286-
CMYK0.210.0500.66
HSL193.33º11.69%30.2%-
HSV(B)193.33º20.93%33.73%-
XYZ7.087.949.96-
YUV78.27132.36120.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=28.81%
G=34.75%
B=36.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6882860.210.0500.66193.3311.6930.2
Hex445256155042c1c1e
Octal10412212625501023011436
Binary100010010100101010110101011010100001011000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445256; }

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

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

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

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

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

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

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

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