#894555

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

Shades of Camelot #894555

Tints of Camelot #894555

Color information

#894555 (or 0x894555) is unknown color: approx Camelot. HEX triplet: 89, 45 and 55. RGB value is (137,69,85). Sum of RGB (Red+Green+Blue) = 137+69+85=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #894555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894555 is #76BAAA. Grayscale: #5B5B5B. Windows color (decimal): -7781035 or 5588361. OLE color: 5588361.

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

Color convert

RGB1376985-
CMYK00.500.380.46
HSL345.88º33.01%40.39%-
HSV(B)345.88º49.64%53.73%-
XYZ14.0810.239.83-
YUV91.16124.53160.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 85 (33.59% from 255) = 29.21%
R=47.08%
G=23.71%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137698500.500.380.46345.8833.0140.39
Hex894555032262E15a2128
Octal21110512506246565324150
Binary10001001100010110101010110010100110101110101011010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894555; }

 p { color: rgb(137,69,85); }

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

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

 a { background-color: rgb(137,69,85); }

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

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

 span { border-color: rgb(137,69,85); }

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