Html Css Color HEX #551866 Scarlet Gum

📋 copy color: '#551866'

red 85 ◦ green 24 ◦ blue 102

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

Shades of Scarlet Gum #551866

Tints of Scarlet Gum #551866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

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

R = 40.28%
G = 11.37%
B = 48.34%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#551866 (or 0x551866) is known color: Scarlet Gum. HEX triplet: 55, 18 and 66. RGB value is (85,24,102). Sum of RGB (Red+Green+Blue) = 85+24+102=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #551866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551866 is #AAE799. Grayscale: #323232. Windows color (decimal): -11200410 or 6690901. OLE color: 6690901.

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

Color convert

RGB 85 24 102 -
CMYK 0.17 0.76 0 0.6
HSL 286.92º 0.62% 0.25% -
HSV(B) 286.92º 0.76% 0.4% -
XYZ 6.47 3.54 12.91 -
YUV 51.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 85 24 102 0.17 0.76 0 0.6 286.92 0.62 0.25
Hex 55 18 66 11 4C 0 3C 11F 3E 19
Octal 125 30 146 21 114 0 74 437 76 31
Binary 1010101 11000 1100110 10001 1001100 0 111100 100011111 111110 11001

Color Harmonies of #551866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551866

Black with #551866

Text Example


Text Example

White with #551866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551866; }

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

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

background-color css

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

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

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

border-color css

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

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

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