#455465

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

Shades of Cello #455465

Tints of Cello #455465

Color information

#455465 (or 0x455465) is unknown color: approx Cello. HEX triplet: 45, 54 and 65. RGB value is (69,84,101). Sum of RGB (Red+Green+Blue) = 69+84+101=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #455465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455465 is #BAAB9A. Grayscale: #515151. Windows color (decimal): -12233627 or 6640709. OLE color: 6640709.

HSL color Cylindrical-coordinate representation of color #455465: hue angle of 211.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #455465 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6984101-
CMYK0.320.1700.60
HSL211.88º18.82%33.33%-
HSV(B)211.88º31.68%39.61%-
XYZ7.978.5513.54-
YUV81.45139.03119.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=27.17%
G=33.07%
B=39.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69841010.320.1700.60211.8818.8233.33
Hex455465201103Cd41321
Octal10512414540210743242341
Binary1000101101010011001011000001000101111001101010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455465; }

 p { color: rgb(69,84,101); }

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

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

 a { background-color: rgb(69,84,101); }

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

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

 span { border-color: rgb(69,84,101); }

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