#854058

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

Shades of Camelot #854058

Tints of Camelot #854058

Color information

#854058 (or 0x854058) is unknown color: approx Camelot. HEX triplet: 85, 40 and 58. RGB value is (133,64,88). Sum of RGB (Red+Green+Blue) = 133+64+88=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854058 is #7ABFA7. Grayscale: #575757. Windows color (decimal): -8044456 or 5783685. OLE color: 5783685.

HSL color Cylindrical-coordinate representation of color #854058: hue angle of 339.13º 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 #854058 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB1336488-
CMYK00.520.340.48
HSL339.13º35.03%38.63%-
HSV(B)339.13º51.88%52.16%-
XYZ13.279.3610.34-
YUV87.37128.36160.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=46.67%
G=22.46%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133648800.520.340.48339.1335.0338.63
Hex85405803422301532327
Octal20510013006442605234347
Binary10000101100000010110000110100100010110000101010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854058; }

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

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

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

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

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

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

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

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