Html Css Color HEX #552861 Scarlet Gum

📋 copy color: '#552861'

red 85 ◦ green 40 ◦ blue 97

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

Shades of Scarlet Gum #552861

Tints of Scarlet Gum #552861

RGB

 RED value IS 85 (33.59% from 255) = 38.29%

 GREEN value IS 40 (16.02% from 255) = 18.02%

 BLUE value IS 97 (38.28% from 255) = 43.69%

R = 38.29%
G = 18.02%
B = 43.69%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552861 (or 0x552861) is known color: Scarlet Gum. HEX triplet: 55, 28 and 61. RGB value is (85,40,97). Sum of RGB (Red+Green+Blue) = 85+40+97=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #552861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552861 is #AAD79E. Grayscale: #3B3B3B. Windows color (decimal): -11196319 or 6367317. OLE color: 6367317.

HSL color Cylindrical-coordinate representation of color #552861: hue angle of 287.37º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552861 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 40 97 -
CMYK 0.12 0.59 0 0.62
HSL 287.37º 0.42% 0.27% -
HSV(B) 287.37º 0.59% 0.38% -
XYZ 6.66 4.31 11.79 -
YUV 59.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 85 40 97 0.12 0.59 0 0.62 287.37 0.42 0.27
Hex 55 28 61 C 3B 0 3E 11F 2A 1B
Octal 125 50 141 14 73 0 76 437 52 33
Binary 1010101 101000 1100001 1100 111011 0 111110 100011111 101010 11011

Color Harmonies of #552861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552861

Black with #552861

Text Example


Text Example

White with #552861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552861; }

 p { color: rgb(85,40,97); }

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

background-color css

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

 a { background-color: rgb(85,40,97); }

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

border-color css

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

 span { border-color: rgb(85,40,97); }

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