#44585D

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

Shades of Casal #44585D

Tints of Casal #44585D

Color information

#44585D (or 0x44585D) is unknown color: approx Casal. HEX triplet: 44, 58 and 5D. RGB value is (68,88,93). Sum of RGB (Red+Green+Blue) = 68+88+93=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #44585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44585D is #BBA7A2. Grayscale: #525252. Windows color (decimal): -12298147 or 6117444. OLE color: 6117444.

HSL color Cylindrical-coordinate representation of color #44585D: hue angle of 192º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44585D is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB688893-
CMYK0.270.0500.64
HSL192º15.53%31.57%-
HSV(B)192º26.88%36.47%-
XYZ7.85911.68-
YUV82.59133.87117.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=27.31%
G=35.34%
B=37.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6888930.270.0500.6419215.5331.57
Hex44585D1B5040c01020
Octal10413013533501003002040
Binary10001001011000101110111011101010000001100000010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44585D; }

 p { color: rgb(68,88,93); }

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

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

 a { background-color: rgb(68,88,93); }

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

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

 span { border-color: rgb(68,88,93); }

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