#854657

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

Shades of Camelot #854657

Tints of Camelot #854657

Color information

#854657 (or 0x854657) is unknown color: approx Camelot. HEX triplet: 85, 46 and 57. RGB value is (133,70,87). Sum of RGB (Red+Green+Blue) = 133+70+87=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #854657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854657 is #7AB9A8. Grayscale: #5A5A5A. Windows color (decimal): -8042921 or 5719685. OLE color: 5719685.

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

Color convert

RGB1337087-
CMYK00.470.350.48
HSL343.81º31.03%39.8%-
HSV(B)343.81º47.37%52.16%-
XYZ13.5810.0510.24-
YUV90.78125.87158.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 87 (34.38% from 255) = 30%
R=45.86%
G=24.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133708700.470.350.48343.8131.0339.8
Hex85465702F23301581f28
Octal20510612705743605303750
Binary1000010110001101010111010111110001111000010101100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854657; }

 p { color: rgb(133,70,87); }

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

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

 a { background-color: rgb(133,70,87); }

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

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

 span { border-color: rgb(133,70,87); }

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