#445B60

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

Shades of Casal #445B60

Tints of Casal #445B60

Color information

#445B60 (or 0x445B60) is unknown color: approx Casal. HEX triplet: 44, 5B and 60. RGB value is (68,91,96). Sum of RGB (Red+Green+Blue) = 68+91+96=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #445B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B60 is #BBA49F. Grayscale: #545454. Windows color (decimal): -12297376 or 6314820. OLE color: 6314820.

HSL color Cylindrical-coordinate representation of color #445B60: hue angle of 190.71º 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 #445B60 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB689196-
CMYK0.290.0500.62
HSL190.71º17.07%32.16%-
HSV(B)190.71º29.17%37.65%-
XYZ8.249.5612.48-
YUV84.69134.38116.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=26.67%
G=35.69%
B=37.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6891960.290.0500.62190.7117.0732.16
Hex445B601D503Ebf1120
Octal1041331403550762772140
Binary1000100101101111000001110110101111101011111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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