Html Css Color HEX #44595C Casal

📋 copy color: '#44595C'

red 68 ◦ green 89 ◦ blue 92

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

Shades of Casal #44595C

Tints of Casal #44595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.95%

R = 27.31%
G = 35.74%
B = 36.95%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44595C (or 0x44595C) is known color: Casal. HEX triplet: 44, 59 and 5C. RGB value is (68,89,92). Sum of RGB (Red+Green+Blue) = 68+89+92=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 92 - color contains mainly: blue. Hex color #44595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44595C is #BBA6A3. Grayscale: #535353. Windows color (decimal): -12297892 or 6052164. OLE color: 6052164.

HSL color Cylindrical-coordinate representation of color #44595C: hue angle of 187.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #44595C is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 89 92 -
CMYK 0.26 0.03 0 0.64
HSL 187.5º 0.15% 0.31% -
HSV(B) 187.5º 0.26% 0.36% -
XYZ 7.89 9.15 11.47 -
YUV 83.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 68 89 92 0.26 0.03 0 0.64 187.5 0.15 0.31
Hex 44 59 5C 1A 3 0 40 BC F 1F
Octal 104 131 134 32 3 0 100 274 17 37
Binary 1000100 1011001 1011100 11010 11 0 1000000 10111100 1111 11111

Color Harmonies of #44595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44595C

Black with #44595C

Text Example


Text Example

White with #44595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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