Html Css Color HEX #44595D Casal

📋 copy color: '#44595D'

red 68 ◦ green 89 ◦ blue 93

#44595D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #44595D

Tints of Casal #44595D

RGB

 RED value IS 68 (26.95% from 255) = 27.2%

 GREEN value IS 89 (35.16% from 255) = 35.6%

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 27.2%
G = 35.6%
B = 37.2%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44595D (or 0x44595D) is known color: Casal. HEX triplet: 44, 59 and 5D. RGB value is (68,89,93). Sum of RGB (Red+Green+Blue) = 68+89+93=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #44595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44595D is #BBA6A2. Grayscale: #535353. Windows color (decimal): -12297891 or 6117700. OLE color: 6117700.

HSL color Cylindrical-coordinate representation of color #44595D: hue angle of 189.6º 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 #44595D is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 89 93 -
CMYK 0.27 0.04 0 0.64
HSL 189.6º 0.16% 0.32% -
HSV(B) 189.6º 0.27% 0.36% -
XYZ 7.93 9.16 11.71 -
YUV 83.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 68 89 93 0.27 0.04 0 0.64 189.6 0.16 0.32
Hex 44 59 5D 1B 4 0 40 BE 10 20
Octal 104 131 135 33 4 0 100 276 20 40
Binary 1000100 1011001 1011101 11011 100 0 1000000 10111110 10000 100000

Color Harmonies of #44595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44595D

Black with #44595D

Text Example


Text Example

White with #44595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44595D;
 }
 .AnyTagClassName
 {
   color: #44595D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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