Html Css Color HEX #551066 Scarlet Gum

📋 copy color: '#551066'

red 85 ◦ green 16 ◦ blue 102

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

Shades of Scarlet Gum #551066

Tints of Scarlet Gum #551066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

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

R = 41.87%
G = 7.88%
B = 50.25%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#551066 (or 0x551066) is known color: Scarlet Gum. HEX triplet: 55, 10 and 66. RGB value is (85,16,102). Sum of RGB (Red+Green+Blue) = 85+16+102=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #551066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551066 is #AAEF99. Grayscale: #2E2E2E. Windows color (decimal): -11202458 or 6688853. OLE color: 6688853.

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

Color convert

RGB 85 16 102 -
CMYK 0.17 0.84 0 0.6
HSL 288.14º 0.73% 0.23% -
HSV(B) 288.14º 0.84% 0.4% -
XYZ 6.33 3.26 12.87 -
YUV 46.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 85 16 102 0.17 0.84 0 0.6 288.14 0.73 0.23
Hex 55 10 66 11 54 0 3C 120 49 17
Octal 125 20 146 21 124 0 74 440 111 27
Binary 1010101 10000 1100110 10001 1010100 0 111100 100100000 1001001 10111

Color Harmonies of #551066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551066

Black with #551066

Text Example


Text Example

White with #551066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551066; }

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

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

background-color css

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

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

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

border-color css

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

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

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