#44525F

Color #44525F Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #44525F

Tints of Cello #44525F

Color information

#44525F (or 0x44525F) is unknown color: approx Cello. HEX triplet: 44, 52 and 5F. RGB value is (68,82,95). Sum of RGB (Red+Green+Blue) = 68+82+95=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #44525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44525F is #BBADA0. Grayscale: #4F4F4F. Windows color (decimal): -12299681 or 6246980. OLE color: 6246980.

HSL color Cylindrical-coordinate representation of color #44525F: hue angle of 208.89º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44525F is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB688295-
CMYK0.280.1400.63
HSL208.89º16.56%31.96%-
HSV(B)208.89º28.42%37.25%-
XYZ7.478.0911.99-
YUV79.3136.86119.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=27.76%
G=33.47%
B=38.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6882950.280.1400.63208.8916.5631.96
Hex44525F1CE03Fd11120
Octal10412213734160773212140
Binary10001001010010101111111100111001111111101000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44525F; }

 p { color: rgb(68,82,95); }

 H1.HeaderClassName
 {
   color: #44525F;
 }
 .AnyTagClassName
 {
   color: #44525F;
 }
</style>
background-color css

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

 a { background-color: rgb(68,82,95); }

 div.DivClassName
 {
   background-color: #44525F;
 }
 .BgClassName
 {
   background-color: #44525F;
 }
</style>
border-color css

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

 span { border-color: rgb(68,82,95); }

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