#894058

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

Shades of Camelot #894058

Tints of Camelot #894058

Color information

#894058 (or 0x894058) is unknown color: approx Camelot. HEX triplet: 89, 40 and 58. RGB value is (137,64,88). Sum of RGB (Red+Green+Blue) = 137+64+88=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #894058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894058 is #76BFA7. Grayscale: #585858. Windows color (decimal): -7782312 or 5783689. OLE color: 5783689.

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

Color convert

RGB1376488-
CMYK00.530.360.46
HSL340.27º36.32%39.41%-
HSV(B)340.27º53.28%53.73%-
XYZ13.919.6910.37-
YUV88.56127.68162.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=47.40%
G=22.15%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137648800.530.360.46340.2736.3239.41
Hex894058035242E1542427
Octal21110013006544565244447
Binary10001001100000010110000110101100100101110101010100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894058; }

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

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

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

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

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

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

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

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