#854458

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

Shades of Camelot #854458

Tints of Camelot #854458

Color information

#854458 (or 0x854458) is unknown color: approx Camelot. HEX triplet: 85, 44 and 58. RGB value is (133,68,88). Sum of RGB (Red+Green+Blue) = 133+68+88=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #854458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854458 is #7ABBA7. Grayscale: #595959. Windows color (decimal): -8043432 or 5784709. OLE color: 5784709.

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

Color convert

RGB1336888-
CMYK00.490.340.48
HSL341.54º32.34%39.41%-
HSV(B)341.54º48.87%52.16%-
XYZ13.59.8310.42-
YUV89.71127.03158.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=46.02%
G=23.53%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133688800.490.340.48341.5432.3439.41
Hex85445803122301562027
Octal20510413006142605264047
Binary10000101100010010110000110001100010110000101010110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854458; }

 p { color: rgb(133,68,88); }

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

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

 a { background-color: rgb(133,68,88); }

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

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

 span { border-color: rgb(133,68,88); }

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