Html Css Color HEX #551568 Scarlet Gum

📋 copy color: '#551568'

red 85 ◦ green 21 ◦ blue 104

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

Shades of Scarlet Gum #551568

Tints of Scarlet Gum #551568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 40.48%
G = 10%
B = 49.52%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#551568 (or 0x551568) is known color: Scarlet Gum. HEX triplet: 55, 15 and 68. RGB value is (85,21,104). Sum of RGB (Red+Green+Blue) = 85+21+104=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #551568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551568 is #AAEA97. Grayscale: #313131. Windows color (decimal): -11201176 or 6821205. OLE color: 6821205.

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

Color convert

RGB 85 21 104 -
CMYK 0.18 0.80 0 0.59
HSL 286.27º 0.66% 0.25% -
HSV(B) 286.27º 0.8% 0.41% -
XYZ 6.51 3.47 13.42 -
YUV 49.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 85 21 104 0.18 0.80 0 0.59 286.27 0.66 0.25
Hex 55 15 68 12 50 0 3B 11E 42 19
Octal 125 25 150 22 120 0 73 436 102 31
Binary 1010101 10101 1101000 10010 1010000 0 111011 100011110 1000010 11001

Color Harmonies of #551568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551568

Black with #551568

Text Example


Text Example

White with #551568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551568; }

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

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

background-color css

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

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

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

border-color css

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

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

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