Html Css Color HEX #551766 Scarlet Gum

📋 copy color: '#551766'

red 85 ◦ green 23 ◦ blue 102

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

Shades of Scarlet Gum #551766

Tints of Scarlet Gum #551766

RGB

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

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

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

R = 40.48%
G = 10.95%
B = 48.57%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#551766 (or 0x551766) is known color: Scarlet Gum. HEX triplet: 55, 17 and 66. RGB value is (85,23,102). Sum of RGB (Red+Green+Blue) = 85+23+102=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #551766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551766 is #AAE899. Grayscale: #323232. Windows color (decimal): -11200666 or 6690645. OLE color: 6690645.

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

Color convert

RGB 85 23 102 -
CMYK 0.17 0.77 0 0.6
HSL 287.09º 0.63% 0.25% -
HSV(B) 287.09º 0.77% 0.4% -
XYZ 6.45 3.5 12.91 -
YUV 50.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 85 23 102 0.17 0.77 0 0.6 287.09 0.63 0.25
Hex 55 17 66 11 4D 0 3C 11F 3F 19
Octal 125 27 146 21 115 0 74 437 77 31
Binary 1010101 10111 1100110 10001 1001101 0 111100 100011111 111111 11001

Color Harmonies of #551766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551766

Black with #551766

Text Example


Text Example

White with #551766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551766; }

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

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

background-color css

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

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

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

border-color css

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

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

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