#445355

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

Shades of Casal #445355

Tints of Casal #445355

Color information

#445355 (or 0x445355) is unknown color: approx Casal. HEX triplet: 44, 53 and 55. RGB value is (68,83,85). Sum of RGB (Red+Green+Blue) = 68+83+85=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 85 - color contains mainly: blue. Hex color #445355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445355 is #BBACAA. Grayscale: #4E4E4E. Windows color (decimal): -12299435 or 5591876. OLE color: 5591876.

HSL color Cylindrical-coordinate representation of color #445355: hue angle of 187.06º 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 #445355 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB688385-
CMYK0.200.0200.67
HSL187.06º11.11%30%-
HSV(B)187.06º20%33.33%-
XYZ7.128.079.78-
YUV78.74131.53120.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=28.81%
G=35.17%
B=36.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883850.200.0200.67187.0611.1130
Hex445355142043bbb1e
Octal10412312524201032731336
Binary10001001010011101010110100100100001110111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445355; }

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

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

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

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

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

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

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

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