Html Css Color HEX #552E64 Scarlet Gum

📋 copy color: '#552E64'

red 85 ◦ green 46 ◦ blue 100

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

Shades of Scarlet Gum #552E64

Tints of Scarlet Gum #552E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.29%

R = 36.8%
G = 19.91%
B = 43.29%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#552E64 (or 0x552E64) is known color: Scarlet Gum. HEX triplet: 55, 2E and 64. RGB value is (85,46,100). Sum of RGB (Red+Green+Blue) = 85+46+100=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 100 - color contains mainly: blue. Hex color #552E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E64 is #AAD19B. Grayscale: #3F3F3F. Windows color (decimal): -11194780 or 6565461. OLE color: 6565461.

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

Color convert

RGB 85 46 100 -
CMYK 0.15 0.54 0 0.61
HSL 283.33º 0.37% 0.29% -
HSV(B) 283.33º 0.54% 0.39% -
XYZ 7.02 4.81 12.61 -
YUV 63.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 85 46 100 0.15 0.54 0 0.61 283.33 0.37 0.29
Hex 55 2E 64 F 36 0 3D 11B 25 1D
Octal 125 56 144 17 66 0 75 433 45 35
Binary 1010101 101110 1100100 1111 110110 0 111101 100011011 100101 11101

Color Harmonies of #552E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E64

Black with #552E64

Text Example


Text Example

White with #552E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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