Html Css Color HEX #552D60 Scarlet Gum

📋 copy color: '#552D60'

red 85 ◦ green 45 ◦ blue 96

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

Shades of Scarlet Gum #552D60

Tints of Scarlet Gum #552D60

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.91%

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

R = 37.61%
G = 19.91%
B = 42.48%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552D60 (or 0x552D60) is known color: Scarlet Gum. HEX triplet: 55, 2D and 60. RGB value is (85,45,96). Sum of RGB (Red+Green+Blue) = 85+45+96=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #552D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D60 is #AAD29F. Grayscale: #3E3E3E. Windows color (decimal): -11195040 or 6303061. OLE color: 6303061.

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

Color convert

RGB 85 45 96 -
CMYK 0.11 0.53 0 0.62
HSL 287.06º 0.36% 0.28% -
HSV(B) 287.06º 0.53% 0.38% -
XYZ 6.8 4.65 11.61 -
YUV 62.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 85 45 96 0.11 0.53 0 0.62 287.06 0.36 0.28
Hex 55 2D 60 B 35 0 3E 11F 24 1C
Octal 125 55 140 13 65 0 76 437 44 34
Binary 1010101 101101 1100000 1011 110101 0 111110 100011111 100100 11100

Color Harmonies of #552D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D60

Black with #552D60

Text Example


Text Example

White with #552D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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