#445568

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

Shades of Cello #445568

Tints of Cello #445568

Color information

#445568 (or 0x445568) is unknown color: approx Cello. HEX triplet: 44, 55 and 68. RGB value is (68,85,104). Sum of RGB (Red+Green+Blue) = 68+85+104=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #445568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445568 is #BBAA97. Grayscale: #515151. Windows color (decimal): -12298904 or 6837572. OLE color: 6837572.

HSL color Cylindrical-coordinate representation of color #445568: hue angle of 211.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445568 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6885104-
CMYK0.350.1800.59
HSL211.67º20.93%33.73%-
HSV(B)211.67º34.62%40.78%-
XYZ8.138.7314.35-
YUV82.08140.37117.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.46%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=26.46%
G=33.07%
B=40.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68851040.350.1800.59211.6720.9333.73
Hex445568231203Bd41522
Octal10412515043220733242542
Binary1000100101010111010001000111001001110111101010010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445568; }

 p { color: rgb(68,85,104); }

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

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

 a { background-color: rgb(68,85,104); }

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

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

 span { border-color: rgb(68,85,104); }

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