#445359

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

Shades of Casal #445359

Tints of Casal #445359

Color information

#445359 (or 0x445359) is unknown color: approx Casal. HEX triplet: 44, 53 and 59. RGB value is (68,83,89). Sum of RGB (Red+Green+Blue) = 68+83+89=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #445359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445359 is #BBACA6. Grayscale: #4F4F4F. Windows color (decimal): -12299431 or 5854020. OLE color: 5854020.

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

Color convert

RGB688389-
CMYK0.240.0700.65
HSL197.14º13.38%30.78%-
HSV(B)197.14º23.6%34.9%-
XYZ7.288.1410.64-
YUV79.2133.53120.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=28.33%
G=34.58%
B=37.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6883890.240.0700.65197.1413.3830.78
Hex445359187041c5d1f
Octal10412313130701013051537
Binary100010010100111011001110001110100000111000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445359; }

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

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

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

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

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

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

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

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