Html Css Color HEX #854458 Camelot

📋 copy color: '#854458'

red 133 ◦ green 68 ◦ blue 88

#854458
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #854458

Tints of Camelot #854458

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 value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#854458 (or 0x854458) is known color: 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

RGB 133 68 88 -
CMYK 0 0.49 0.34 0.48
HSL 341.54º 0.32% 0.39% -
HSV(B) 341.54º 0.49% 0.52% -
XYZ 13.5 9.83 10.42 -
YUV 89.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 133 68 88 0 0.49 0.34 0.48 341.54 0.32 0.39
Hex 85 44 58 0 31 22 30 156 20 27
Octal 205 104 130 0 61 42 60 526 40 47
Binary 10000101 1000100 1011000 0 110001 100010 110000 101010110 100000 100111

Color Harmonies of #854458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854458

Black with #854458

Text Example


Text Example

White with #854458

Text Example


Text Example

HTML Codes & Css Web 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>