#455260

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

Shades of Cello #455260

Tints of Cello #455260

Color information

#455260 (or 0x455260) is unknown color: approx Cello. HEX triplet: 45, 52 and 60. RGB value is (69,82,96). Sum of RGB (Red+Green+Blue) = 69+82+96=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #455260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455260 is #BAAD9F. Grayscale: #4F4F4F. Windows color (decimal): -12234144 or 6312517. OLE color: 6312517.

HSL color Cylindrical-coordinate representation of color #455260: hue angle of 211.11º 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 #455260 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB698296-
CMYK0.280.1500.62
HSL211.11º16.36%32.35%-
HSV(B)211.11º28.12%37.65%-
XYZ7.588.1412.24-
YUV79.71137.19120.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=27.94%
G=33.20%
B=38.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6982960.280.1500.62211.1116.3632.35
Hex4552601CF03Ed31020
Octal10512214034170763232040
Binary10001011010010110000011100111101111101101001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455260; }

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

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

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

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

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

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

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

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