Html Css Color HEX #854258 Camelot

📋 copy color: '#854258'

red 133 ◦ green 66 ◦ blue 88

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

Shades of Camelot #854258

Tints of Camelot #854258

RGB

 RED value IS 133 (52.34% from 255) = 46.34%

 GREEN value IS 66 (26.17% from 255) = 23%

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 46.34%
G = 23%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#854258 (or 0x854258) is known color: Camelot. HEX triplet: 85, 42 and 58. RGB value is (133,66,88). Sum of RGB (Red+Green+Blue) = 133+66+88=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #854258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854258 is #7ABDA7. Grayscale: #585858. Windows color (decimal): -8043944 or 5784197. OLE color: 5784197.

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

Color convert

RGB 133 66 88 -
CMYK 0 0.50 0.34 0.48
HSL 340.3º 0.34% 0.39% -
HSV(B) 340.3º 0.5% 0.52% -
XYZ 13.38 9.59 10.38 -
YUV 88.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 133 66 88 0 0.50 0.34 0.48 340.3 0.34 0.39
Hex 85 42 58 0 32 22 30 154 22 27
Octal 205 102 130 0 62 42 60 524 42 47
Binary 10000101 1000010 1011000 0 110010 100010 110000 101010100 100010 100111

Color Harmonies of #854258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854258

Black with #854258

Text Example


Text Example

White with #854258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854258; }

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

 H1.HeaderClassName
 {
   color: #854258;
 }
 .AnyTagClassName
 {
   color: #854258;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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