Html Css Color HEX #445659 Casal

📋 copy color: '#445659'

red 68 ◦ green 86 ◦ blue 89

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

Shades of Casal #445659

Tints of Casal #445659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.39%

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 27.98%
G = 35.39%
B = 36.63%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#445659 (or 0x445659) is known color: Casal. HEX triplet: 44, 56 and 59. RGB value is (68,86,89). Sum of RGB (Red+Green+Blue) = 68+86+89=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #445659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445659 is #BBA9A6. Grayscale: #505050. Windows color (decimal): -12298663 or 5854788. OLE color: 5854788.

HSL color Cylindrical-coordinate representation of color #445659: hue angle of 188.57º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445659 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 86 89 -
CMYK 0.24 0.03 0 0.65
HSL 188.57º 0.13% 0.31% -
HSV(B) 188.57º 0.24% 0.35% -
XYZ 7.51 8.61 10.72 -
YUV 80.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 68 86 89 0.24 0.03 0 0.65 188.57 0.13 0.31
Hex 44 56 59 18 3 0 41 BD D 1F
Octal 104 126 131 30 3 0 101 275 15 37
Binary 1000100 1010110 1011001 11000 11 0 1000001 10111101 1101 11111

Color Harmonies of #445659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445659

Black with #445659

Text Example


Text Example

White with #445659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445659; }

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

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

background-color css

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

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

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

border-color css

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

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

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