Html Css Color HEX #552165 Scarlet Gum

📋 copy color: '#552165'

red 85 ◦ green 33 ◦ blue 101

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

Shades of Scarlet Gum #552165

Tints of Scarlet Gum #552165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 38.81%
G = 15.07%
B = 46.12%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#552165 (or 0x552165) is known color: Scarlet Gum. HEX triplet: 55, 21 and 65. RGB value is (85,33,101). Sum of RGB (Red+Green+Blue) = 85+33+101=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #552165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552165 is #AADE9A. Grayscale: #383838. Windows color (decimal): -11198107 or 6627669. OLE color: 6627669.

HSL color Cylindrical-coordinate representation of color #552165: hue angle of 285.88º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #552165 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 33 101 -
CMYK 0.16 0.67 0 0.60
HSL 285.88º 0.51% 0.26% -
HSV(B) 285.88º 0.67% 0.4% -
XYZ 6.64 3.96 12.73 -
YUV 56.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 85 33 101 0.16 0.67 0 0.60 285.88 0.51 0.26
Hex 55 21 65 10 43 0 3C 11E 33 1A
Octal 125 41 145 20 103 0 74 436 63 32
Binary 1010101 100001 1100101 10000 1000011 0 111100 100011110 110011 11010

Color Harmonies of #552165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552165

Black with #552165

Text Example


Text Example

White with #552165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552165; }

 p { color: rgb(85,33,101); }

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

background-color css

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

 a { background-color: rgb(85,33,101); }

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

border-color css

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

 span { border-color: rgb(85,33,101); }

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