Html Css Color HEX #552E60 Scarlet Gum

📋 copy color: '#552E60'

red 85 ◦ green 46 ◦ blue 96

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

Shades of Scarlet Gum #552E60

Tints of Scarlet Gum #552E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 37.44%
G = 20.26%
B = 42.29%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552E60 (or 0x552E60) is known color: Scarlet Gum. HEX triplet: 55, 2E and 60. RGB value is (85,46,96). Sum of RGB (Red+Green+Blue) = 85+46+96=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #552E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E60 is #AAD19F. Grayscale: #3F3F3F. Windows color (decimal): -11194784 or 6303317. OLE color: 6303317.

HSL color Cylindrical-coordinate representation of color #552E60: hue angle of 286.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552E60 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 46 96 -
CMYK 0.11 0.52 0 0.62
HSL 286.8º 0.35% 0.28% -
HSV(B) 286.8º 0.52% 0.38% -
XYZ 6.83 4.73 11.62 -
YUV 63.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 85 46 96 0.11 0.52 0 0.62 286.8 0.35 0.28
Hex 55 2E 60 B 34 0 3E 11F 23 1C
Octal 125 56 140 13 64 0 76 437 43 34
Binary 1010101 101110 1100000 1011 110100 0 111110 100011111 100011 11100

Color Harmonies of #552E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E60

Black with #552E60

Text Example


Text Example

White with #552E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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