Html Css Color HEX #445059 Cello

📋 copy color: '#445059'

red 68 ◦ green 80 ◦ blue 89

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

Shades of Cello #445059

Tints of Cello #445059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.76%

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

R = 28.69%
G = 33.76%
B = 37.55%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#445059 (or 0x445059) is known color: Cello. HEX triplet: 44, 50 and 59. RGB value is (68,80,89). Sum of RGB (Red+Green+Blue) = 68+80+89=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: blue. Hex color #445059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445059 is #BBAFA6. Grayscale: #4D4D4D. Windows color (decimal): -12300199 or 5853252. OLE color: 5853252.

HSL color Cylindrical-coordinate representation of color #445059: hue angle of 205.71º 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 #445059 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 80 89 -
CMYK 0.24 0.10 0 0.65
HSL 205.71º 0.13% 0.31% -
HSV(B) 205.71º 0.24% 0.35% -
XYZ 7.06 7.69 10.56 -
YUV 77.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 68 80 89 0.24 0.10 0 0.65 205.71 0.13 0.31
Hex 44 50 59 18 A 0 41 CE D 1F
Octal 104 120 131 30 12 0 101 316 15 37
Binary 1000100 1010000 1011001 11000 1010 0 1000001 11001110 1101 11111

Color Harmonies of #445059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445059

Black with #445059

Text Example


Text Example

White with #445059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445059; }

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

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

background-color css

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

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

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

border-color css

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

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

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