#445A60

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

Shades of Casal #445A60

Tints of Casal #445A60

Color information

#445A60 (or 0x445A60) is unknown color: approx Casal. HEX triplet: 44, 5A and 60. RGB value is (68,90,96). Sum of RGB (Red+Green+Blue) = 68+90+96=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #445A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A60 is #BBA59F. Grayscale: #545454. Windows color (decimal): -12297632 or 6314564. OLE color: 6314564.

HSL color Cylindrical-coordinate representation of color #445A60: hue angle of 192.86º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #445A60 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB689096-
CMYK0.290.0600.62
HSL192.86º17.07%32.16%-
HSV(B)192.86º29.17%37.65%-
XYZ8.159.3912.45-
YUV84.11134.71116.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=26.77%
G=35.43%
B=37.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6890960.290.0600.62192.8617.0732.16
Hex445A601D603Ec11120
Octal1041321403560763012140
Binary1000100101101011000001110111001111101100000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445A60; }

 p { color: rgb(68,90,96); }

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

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

 a { background-color: rgb(68,90,96); }

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

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

 span { border-color: rgb(68,90,96); }

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