Html Css Color HEX #552E63 Scarlet Gum

📋 copy color: '#552E63'

red 85 ◦ green 46 ◦ blue 99

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

Shades of Scarlet Gum #552E63

Tints of Scarlet Gum #552E63

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20%

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

R = 36.96%
G = 20%
B = 43.04%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#552E63 (or 0x552E63) is known color: Scarlet Gum. HEX triplet: 55, 2E and 63. RGB value is (85,46,99). Sum of RGB (Red+Green+Blue) = 85+46+99=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #552E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E63 is #AAD19C. Grayscale: #3F3F3F. Windows color (decimal): -11194781 or 6499925. OLE color: 6499925.

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

Color convert

RGB 85 46 99 -
CMYK 0.14 0.54 0 0.61
HSL 284.15º 0.37% 0.28% -
HSV(B) 284.15º 0.54% 0.39% -
XYZ 6.98 4.79 12.36 -
YUV 63.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 85 46 99 0.14 0.54 0 0.61 284.15 0.37 0.28
Hex 55 2E 63 E 36 0 3D 11C 25 1C
Octal 125 56 143 16 66 0 75 434 45 34
Binary 1010101 101110 1100011 1110 110110 0 111101 100011100 100101 11100

Color Harmonies of #552E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E63

Black with #552E63

Text Example


Text Example

White with #552E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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