Html Css Color HEX #552063 Scarlet Gum

📋 copy color: '#552063'

red 85 ◦ green 32 ◦ blue 99

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

Shades of Scarlet Gum #552063

Tints of Scarlet Gum #552063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

 BLUE value IS 99 (39.06% from 255) = 45.83%

R = 39.35%
G = 14.81%
B = 45.83%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#552063 (or 0x552063) is known color: Scarlet Gum. HEX triplet: 55, 20 and 63. RGB value is (85,32,99). Sum of RGB (Red+Green+Blue) = 85+32+99=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #552063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552063 is #AADF9C. Grayscale: #373737. Windows color (decimal): -11198365 or 6496341. OLE color: 6496341.

HSL color Cylindrical-coordinate representation of color #552063: hue angle of 287.46º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #552063 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 32 99 -
CMYK 0.14 0.68 0 0.61
HSL 287.46º 0.51% 0.26% -
HSV(B) 287.46º 0.68% 0.39% -
XYZ 6.51 3.87 12.21 -
YUV 55.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 85 32 99 0.14 0.68 0 0.61 287.46 0.51 0.26
Hex 55 20 63 E 44 0 3D 11F 33 1A
Octal 125 40 143 16 104 0 75 437 63 32
Binary 1010101 100000 1100011 1110 1000100 0 111101 100011111 110011 11010

Color Harmonies of #552063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552063

Black with #552063

Text Example


Text Example

White with #552063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552063; }

 p { color: rgb(85,32,99); }

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

background-color css

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

 a { background-color: rgb(85,32,99); }

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

border-color css

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

 span { border-color: rgb(85,32,99); }

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