#445357

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

Shades of Casal #445357

Tints of Casal #445357

Color information

#445357 (or 0x445357) is unknown color: approx Casal. HEX triplet: 44, 53 and 57. RGB value is (68,83,87). Sum of RGB (Red+Green+Blue) = 68+83+87=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #445357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445357 is #BBACA8. Grayscale: #4E4E4E. Windows color (decimal): -12299433 or 5722948. OLE color: 5722948.

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

Color convert

RGB688387-
CMYK0.220.0500.66
HSL192.63º12.26%30.39%-
HSV(B)192.63º21.84%34.12%-
XYZ7.28.110.2-
YUV78.97132.53120.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=28.57%
G=34.87%
B=36.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6883870.220.0500.66192.6312.2630.39
Hex445357165042c1c1e
Octal10412312726501023011436
Binary100010010100111010111101101010100001011000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445357; }

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

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

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

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

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

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

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

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