Html Css Color HEX #551968 Scarlet Gum

📋 copy color: '#551968'

red 85 ◦ green 25 ◦ blue 104

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

Shades of Scarlet Gum #551968

Tints of Scarlet Gum #551968

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 39.72%
G = 11.68%
B = 48.6%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#551968 (or 0x551968) is known color: Scarlet Gum. HEX triplet: 55, 19 and 68. RGB value is (85,25,104). Sum of RGB (Red+Green+Blue) = 85+25+104=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #551968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551968 is #AAE697. Grayscale: #333333. Windows color (decimal): -11200152 or 6822229. OLE color: 6822229.

HSL color Cylindrical-coordinate representation of color #551968: hue angle of 285.57º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551968 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 25 104 -
CMYK 0.18 0.76 0 0.59
HSL 285.57º 0.61% 0.25% -
HSV(B) 285.57º 0.76% 0.41% -
XYZ 6.59 3.63 13.45 -
YUV 51.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 85 25 104 0.18 0.76 0 0.59 285.57 0.61 0.25
Hex 55 19 68 12 4C 0 3B 11E 3D 19
Octal 125 31 150 22 114 0 73 436 75 31
Binary 1010101 11001 1101000 10010 1001100 0 111011 100011110 111101 11001

Color Harmonies of #551968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551968

Black with #551968

Text Example


Text Example

White with #551968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551968; }

 p { color: rgb(85,25,104); }

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

background-color css

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

 a { background-color: rgb(85,25,104); }

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

border-color css

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

 span { border-color: rgb(85,25,104); }

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