#455261

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

Shades of Cello #455261

Tints of Cello #455261

Color information

#455261 (or 0x455261) is unknown color: approx Cello. HEX triplet: 45, 52 and 61. RGB value is (69,82,97). Sum of RGB (Red+Green+Blue) = 69+82+97=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #455261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455261 is #BAAD9E. Grayscale: #4F4F4F. Windows color (decimal): -12234143 or 6378053. OLE color: 6378053.

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

Color convert

RGB698297-
CMYK0.290.1500.62
HSL212.14º16.87%32.55%-
HSV(B)212.14º28.87%38.04%-
XYZ7.638.1612.48-
YUV79.82137.69120.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=27.82%
G=33.06%
B=39.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6982970.290.1500.62212.1416.8732.55
Hex4552611DF03Ed41121
Octal10512214135170763242141
Binary10001011010010110000111101111101111101101010010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455261; }

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

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

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

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

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

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

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

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