#854055

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

Shades of Camelot #854055

Tints of Camelot #854055

Color information

#854055 (or 0x854055) is unknown color: approx Camelot. HEX triplet: 85, 40 and 55. RGB value is (133,64,85). Sum of RGB (Red+Green+Blue) = 133+64+85=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #854055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854055 is #7ABFAA. Grayscale: #575757. Windows color (decimal): -8044459 or 5587077. OLE color: 5587077.

HSL color Cylindrical-coordinate representation of color #854055: hue angle of 341.74º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854055 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1336485-
CMYK00.520.360.48
HSL341.74º35.03%38.63%-
HSV(B)341.74º51.88%52.16%-
XYZ13.159.319.7-
YUV87.02126.86160.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=47.16%
G=22.70%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133648500.520.360.48341.7435.0338.63
Hex85405503424301562327
Octal20510012506444605264347
Binary10000101100000010101010110100100100110000101010110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854055; }

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

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

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

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

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

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

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

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