Html Css Color HEX #552763 Scarlet Gum

📋 copy color: '#552763'

red 85 ◦ green 39 ◦ blue 99

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

Shades of Scarlet Gum #552763

Tints of Scarlet Gum #552763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

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

R = 38.12%
G = 17.49%
B = 44.39%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#552763 (or 0x552763) is known color: Scarlet Gum. HEX triplet: 55, 27 and 63. RGB value is (85,39,99). Sum of RGB (Red+Green+Blue) = 85+39+99=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #552763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552763 is #AAD89C. Grayscale: #3B3B3B. Windows color (decimal): -11196573 or 6498133. OLE color: 6498133.

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

Color convert

RGB 85 39 99 -
CMYK 0.14 0.61 0 0.61
HSL 286º 0.43% 0.27% -
HSV(B) 286º 0.61% 0.39% -
XYZ 6.72 4.28 12.28 -
YUV 59.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 85 39 99 0.14 0.61 0 0.61 286 0.43 0.27
Hex 55 27 63 E 3D 0 3D 11E 2B 1B
Octal 125 47 143 16 75 0 75 436 53 33
Binary 1010101 100111 1100011 1110 111101 0 111101 100011110 101011 11011

Color Harmonies of #552763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552763

Black with #552763

Text Example


Text Example

White with #552763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552763; }

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

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

background-color css

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

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

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

border-color css

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

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

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