#445759

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

Shades of Casal #445759

Tints of Casal #445759

Color information

#445759 (or 0x445759) is unknown color: approx Casal. HEX triplet: 44, 57 and 59. RGB value is (68,87,89). Sum of RGB (Red+Green+Blue) = 68+87+89=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: blue. Hex color #445759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445759 is #BBA8A6. Grayscale: #515151. Windows color (decimal): -12298407 or 5855044. OLE color: 5855044.

HSL color Cylindrical-coordinate representation of color #445759: hue angle of 185.71º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445759 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB688789-
CMYK0.240.0200.65
HSL185.71º13.38%30.78%-
HSV(B)185.71º23.6%34.9%-
XYZ7.68.7710.74-
YUV81.55132.21118.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=27.87%
G=35.66%
B=36.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6887890.240.0200.65185.7113.3830.78
Hex445759182041bad1f
Octal10412713130201012721537
Binary10001001010111101100111000100100000110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445759; }

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

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

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

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

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

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

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

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