Html Css Color HEX #552F63 Scarlet Gum

📋 copy color: '#552F63'

red 85 ◦ green 47 ◦ blue 99

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

Shades of Scarlet Gum #552F63

Tints of Scarlet Gum #552F63

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.35%

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

R = 36.8%
G = 20.35%
B = 42.86%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#552F63 (or 0x552F63) is known color: Scarlet Gum. HEX triplet: 55, 2F and 63. RGB value is (85,47,99). Sum of RGB (Red+Green+Blue) = 85+47+99=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #552F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552F63 is #AAD09C. Grayscale: #404040. Windows color (decimal): -11194525 or 6500181. OLE color: 6500181.

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

Color convert

RGB 85 47 99 -
CMYK 0.14 0.53 0 0.61
HSL 283.85º 0.36% 0.29% -
HSV(B) 283.85º 0.53% 0.39% -
XYZ 7.01 4.87 12.37 -
YUV 64.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 85 47 99 0.14 0.53 0 0.61 283.85 0.36 0.29
Hex 55 2F 63 E 35 0 3D 11C 24 1D
Octal 125 57 143 16 65 0 75 434 44 35
Binary 1010101 101111 1100011 1110 110101 0 111101 100011100 100100 11101

Color Harmonies of #552F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F63

Black with #552F63

Text Example


Text Example

White with #552F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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