#445458

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

Shades of Casal #445458

Tints of Casal #445458

Color information

#445458 (or 0x445458) is unknown color: approx Casal. HEX triplet: 44, 54 and 58. RGB value is (68,84,88). Sum of RGB (Red+Green+Blue) = 68+84+88=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #445458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445458 is #BBABA7. Grayscale: #4F4F4F. Windows color (decimal): -12299176 or 5788740. OLE color: 5788740.

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

Color convert

RGB688488-
CMYK0.230.0500.65
HSL192º12.82%30.59%-
HSV(B)192º22.73%34.51%-
XYZ7.328.2710.44-
YUV79.67132.7119.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=28.33%
G=35%
B=36.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6884880.230.0500.6519212.8230.59
Hex445458175041c0d1f
Octal10412413027501013001537
Binary100010010101001011000101111010100000111000000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445458; }

 p { color: rgb(68,84,88); }

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

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

 a { background-color: rgb(68,84,88); }

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

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

 span { border-color: rgb(68,84,88); }

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