Html Css Color HEX #551166 Scarlet Gum

📋 copy color: '#551166'

red 85 ◦ green 17 ◦ blue 102

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

Shades of Scarlet Gum #551166

Tints of Scarlet Gum #551166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

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

R = 41.67%
G = 8.33%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#551166 (or 0x551166) is known color: Scarlet Gum. HEX triplet: 55, 11 and 66. RGB value is (85,17,102). Sum of RGB (Red+Green+Blue) = 85+17+102=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #551166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551166 is #AAEE99. Grayscale: #2E2E2E. Windows color (decimal): -11202202 or 6689109. OLE color: 6689109.

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

Color convert

RGB 85 17 102 -
CMYK 0.17 0.83 0 0.6
HSL 288º 0.71% 0.23% -
HSV(B) 288º 0.83% 0.4% -
XYZ 6.35 3.29 12.87 -
YUV 47.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 85 17 102 0.17 0.83 0 0.6 288 0.71 0.23
Hex 55 11 66 11 53 0 3C 120 47 17
Octal 125 21 146 21 123 0 74 440 107 27
Binary 1010101 10001 1100110 10001 1010011 0 111100 100100000 1000111 10111

Color Harmonies of #551166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551166

Black with #551166

Text Example


Text Example

White with #551166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551166; }

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

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

background-color css

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

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

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

border-color css

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

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

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