#445356

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

Shades of Casal #445356

Tints of Casal #445356

Color information

#445356 (or 0x445356) is unknown color: approx Casal. HEX triplet: 44, 53 and 56. RGB value is (68,83,86). Sum of RGB (Red+Green+Blue) = 68+83+86=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 86 - color contains mainly: blue. Hex color #445356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445356 is #BBACA9. Grayscale: #4E4E4E. Windows color (decimal): -12299434 or 5657412. OLE color: 5657412.

HSL color Cylindrical-coordinate representation of color #445356: hue angle of 190º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445356 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB688386-
CMYK0.210.0300.66
HSL190º11.69%30.2%-
HSV(B)190º20.93%33.73%-
XYZ7.168.099.99-
YUV78.86132.03120.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=28.69%
G=35.02%
B=36.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6883860.210.0300.6619011.6930.2
Hex445356153042bec1e
Octal10412312625301022761436
Binary10001001010011101011010101110100001010111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445356; }

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

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

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

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

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

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

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

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