Html Css Color HEX #551366 Scarlet Gum

📋 copy color: '#551366'

red 85 ◦ green 19 ◦ blue 102

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

Shades of Scarlet Gum #551366

Tints of Scarlet Gum #551366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

 BLUE value IS 102 (40.23% from 255) = 49.51%

R = 41.26%
G = 9.22%
B = 49.51%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#551366 (or 0x551366) is known color: Scarlet Gum. HEX triplet: 55, 13 and 66. RGB value is (85,19,102). Sum of RGB (Red+Green+Blue) = 85+19+102=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #551366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551366 is #AAEC99. Grayscale: #2F2F2F. Windows color (decimal): -11201690 or 6689621. OLE color: 6689621.

HSL color Cylindrical-coordinate representation of color #551366: hue angle of 287.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551366 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 19 102 -
CMYK 0.17 0.81 0 0.6
HSL 287.71º 0.69% 0.24% -
HSV(B) 287.71º 0.81% 0.4% -
XYZ 6.38 3.36 12.88 -
YUV 48.2 158.37 154.25 -
System Red Green Blue C M Y K H S L
Decimal 85 19 102 0.17 0.81 0 0.6 287.71 0.69 0.24
Hex 55 13 66 11 51 0 3C 120 45 18
Octal 125 23 146 21 121 0 74 440 105 30
Binary 1010101 10011 1100110 10001 1010001 0 111100 100100000 1000101 11000

Color Harmonies of #551366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551366

Black with #551366

Text Example


Text Example

White with #551366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551366; }

 p { color: rgb(85,19,102); }

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

background-color css

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

 a { background-color: rgb(85,19,102); }

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

border-color css

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

 span { border-color: rgb(85,19,102); }

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