#445255

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

Shades of Casal #445255

Tints of Casal #445255

Color information

#445255 (or 0x445255) is unknown color: approx Casal. HEX triplet: 44, 52 and 55. RGB value is (68,82,85). Sum of RGB (Red+Green+Blue) = 68+82+85=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: blue. Hex color #445255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445255 is #BBADAA. Grayscale: #4E4E4E. Windows color (decimal): -12299691 or 5591620. OLE color: 5591620.

HSL color Cylindrical-coordinate representation of color #445255: hue angle of 190.59º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #445255 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB688285-
CMYK0.200.0400.67
HSL190.59º11.11%30%-
HSV(B)190.59º20%33.33%-
XYZ7.047.929.75-
YUV78.16131.86120.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=28.94%
G=34.89%
B=36.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6882850.200.0400.67190.5911.1130
Hex445255144043bfb1e
Octal10412212524401032771336
Binary100010010100101010101101001000100001110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445255; }

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

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

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

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

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

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

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

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