Html Css Color HEX #854358 Camelot

📋 copy color: '#854358'

red 133 ◦ green 67 ◦ blue 88

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

Shades of Camelot #854358

Tints of Camelot #854358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.26%

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

R = 46.18%
G = 23.26%
B = 30.56%

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

#854358 (or 0x854358) is known color: Camelot. HEX triplet: 85, 43 and 58. RGB value is (133,67,88). Sum of RGB (Red+Green+Blue) = 133+67+88=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #854358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854358 is #7ABCA7. Grayscale: #595959. Windows color (decimal): -8043688 or 5784453. OLE color: 5784453.

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

Color convert

RGB 133 67 88 -
CMYK 0 0.50 0.34 0.48
HSL 340.91º 0.33% 0.39% -
HSV(B) 340.91º 0.5% 0.52% -
XYZ 13.44 9.71 10.4 -
YUV 89.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 133 67 88 0 0.50 0.34 0.48 340.91 0.33 0.39
Hex 85 43 58 0 32 22 30 155 21 27
Octal 205 103 130 0 62 42 60 525 41 47
Binary 10000101 1000011 1011000 0 110010 100010 110000 101010101 100001 100111

Color Harmonies of #854358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854358

Black with #854358

Text Example


Text Example

White with #854358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854358; }

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

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

background-color css

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

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

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

border-color css

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

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

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