Html Css Color HEX #551768 Scarlet Gum

📋 copy color: '#551768'

red 85 ◦ green 23 ◦ blue 104

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

Shades of Scarlet Gum #551768

Tints of Scarlet Gum #551768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.85%

 BLUE value IS 104 (41.02% from 255) = 49.06%

R = 40.09%
G = 10.85%
B = 49.06%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#551768 (or 0x551768) is known color: Scarlet Gum. HEX triplet: 55, 17 and 68. RGB value is (85,23,104). Sum of RGB (Red+Green+Blue) = 85+23+104=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #551768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551768 is #AAE897. Grayscale: #323232. Windows color (decimal): -11200664 or 6821717. OLE color: 6821717.

HSL color Cylindrical-coordinate representation of color #551768: hue angle of 285.93º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551768 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 23 104 -
CMYK 0.18 0.78 0 0.59
HSL 285.93º 0.64% 0.25% -
HSV(B) 285.93º 0.78% 0.41% -
XYZ 6.55 3.54 13.44 -
YUV 50.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 85 23 104 0.18 0.78 0 0.59 285.93 0.64 0.25
Hex 55 17 68 12 4E 0 3B 11E 40 19
Octal 125 27 150 22 116 0 73 436 100 31
Binary 1010101 10111 1101000 10010 1001110 0 111011 100011110 1000000 11001

Color Harmonies of #551768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551768

Black with #551768

Text Example


Text Example

White with #551768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551768; }

 p { color: rgb(85,23,104); }

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

background-color css

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

 a { background-color: rgb(85,23,104); }

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

border-color css

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

 span { border-color: rgb(85,23,104); }

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