#455060

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

Shades of Cello #455060

Tints of Cello #455060

Color information

#455060 (or 0x455060) is unknown color: approx Cello. HEX triplet: 45, 50 and 60. RGB value is (69,80,96). Sum of RGB (Red+Green+Blue) = 69+80+96=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #455060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455060 is #BAAF9F. Grayscale: #4E4E4E. Windows color (decimal): -12234656 or 6312005. OLE color: 6312005.

HSL color Cylindrical-coordinate representation of color #455060: hue angle of 215.56º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #455060 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB698096-
CMYK0.280.1700.62
HSL215.56º16.36%32.35%-
HSV(B)215.56º28.12%37.65%-
XYZ7.437.8512.19-
YUV78.54137.86121.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=28.16%
G=32.65%
B=39.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6980960.280.1700.62215.5616.3632.35
Hex4550601C1103Ed81020
Octal10512014034210763302040
Binary100010110100001100000111001000101111101101100010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455060; }

 p { color: rgb(69,80,96); }

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

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

 a { background-color: rgb(69,80,96); }

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

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

 span { border-color: rgb(69,80,96); }

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