Html Css Color HEX #44585D Casal

📋 copy color: '#44585D'

red 68 ◦ green 88 ◦ blue 93

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

Shades of Casal #44585D

Tints of Casal #44585D

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 value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44585D (or 0x44585D) is known color: 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

RGB 68 88 93 -
CMYK 0.27 0.05 0 0.64
HSL 192º 0.16% 0.32% -
HSV(B) 192º 0.27% 0.36% -
XYZ 7.85 9 11.68 -
YUV 82.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 68 88 93 0.27 0.05 0 0.64 192 0.16 0.32
Hex 44 58 5D 1B 5 0 40 C0 10 20
Octal 104 130 135 33 5 0 100 300 20 40
Binary 1000100 1011000 1011101 11011 101 0 1000000 11000000 10000 100000

Color Harmonies of #44585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44585D

Black with #44585D

Text Example


Text Example

White with #44585D

Text Example


Text Example

HTML Codes & Css Web 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>