#804055

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

Shades of Camelot #804055

Tints of Camelot #804055

Color information

#804055 (or 0x804055) is unknown color: approx Camelot. HEX triplet: 80, 40 and 55. RGB value is (128,64,85). Sum of RGB (Red+Green+Blue) = 128+64+85=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #804055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804055 is #7FBFAA. Grayscale: #555555. Windows color (decimal): -8372139 or 5587072. OLE color: 5587072.

HSL color Cylindrical-coordinate representation of color #804055: hue angle of 340.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804055 is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1286485-
CMYK00.50.340.50
HSL340.31º33.33%37.65%-
HSV(B)340.31º50%50.2%-
XYZ12.388.919.66-
YUV85.53127.7158.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=46.21%
G=23.10%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128648500.50.340.50340.3133.3337.65
Hex80405503222321542126
Octal20010012506242625244146
Binary10000000100000010101010110010100010110010101010100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804055; }

 p { color: rgb(128,64,85); }

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

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

 a { background-color: rgb(128,64,85); }

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

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

 span { border-color: rgb(128,64,85); }

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