Html Css Color HEX #551A68 Scarlet Gum

📋 copy color: '#551A68'

red 85 ◦ green 26 ◦ blue 104

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

Shades of Scarlet Gum #551A68

Tints of Scarlet Gum #551A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

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

R = 39.53%
G = 12.09%
B = 48.37%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#551A68 (or 0x551A68) is known color: Scarlet Gum. HEX triplet: 55, 1A and 68. RGB value is (85,26,104). Sum of RGB (Red+Green+Blue) = 85+26+104=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #551A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A68 is #AAE597. Grayscale: #343434. Windows color (decimal): -11199896 or 6822485. OLE color: 6822485.

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

Color convert

RGB 85 26 104 -
CMYK 0.18 0.75 0 0.59
HSL 285.38º 0.6% 0.25% -
HSV(B) 285.38º 0.75% 0.41% -
XYZ 6.61 3.67 13.46 -
YUV 52.53 157.05 151.16 -
System Red Green Blue C M Y K H S L
Decimal 85 26 104 0.18 0.75 0 0.59 285.38 0.6 0.25
Hex 55 1A 68 12 4B 0 3B 11D 3C 19
Octal 125 32 150 22 113 0 73 435 74 31
Binary 1010101 11010 1101000 10010 1001011 0 111011 100011101 111100 11001

Color Harmonies of #551A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A68

Black with #551A68

Text Example


Text Example

White with #551A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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