Html Css Color HEX #552663 Scarlet Gum

📋 copy color: '#552663'

red 85 ◦ green 38 ◦ blue 99

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

Shades of Scarlet Gum #552663

Tints of Scarlet Gum #552663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.12%

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

R = 38.29%
G = 17.12%
B = 44.59%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#552663 (or 0x552663) is known color: Scarlet Gum. HEX triplet: 55, 26 and 63. RGB value is (85,38,99). Sum of RGB (Red+Green+Blue) = 85+38+99=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #552663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552663 is #AAD99C. Grayscale: #3A3A3A. Windows color (decimal): -11196829 or 6497877. OLE color: 6497877.

HSL color Cylindrical-coordinate representation of color #552663: hue angle of 286.23º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552663 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 38 99 -
CMYK 0.14 0.62 0 0.61
HSL 286.23º 0.45% 0.27% -
HSV(B) 286.23º 0.62% 0.39% -
XYZ 6.69 4.22 12.27 -
YUV 59.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 85 38 99 0.14 0.62 0 0.61 286.23 0.45 0.27
Hex 55 26 63 E 3E 0 3D 11E 2D 1B
Octal 125 46 143 16 76 0 75 436 55 33
Binary 1010101 100110 1100011 1110 111110 0 111101 100011110 101101 11011

Color Harmonies of #552663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552663

Black with #552663

Text Example


Text Example

White with #552663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552663; }

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

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

background-color css

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

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

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

border-color css

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

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

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