Html Css Color HEX #552865 Scarlet Gum

📋 copy color: '#552865'

red 85 ◦ green 40 ◦ blue 101

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

Shades of Scarlet Gum #552865

Tints of Scarlet Gum #552865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

 BLUE value IS 101 (39.84% from 255) = 44.69%

R = 37.61%
G = 17.7%
B = 44.69%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#552865 (or 0x552865) is known color: Scarlet Gum. HEX triplet: 55, 28 and 65. RGB value is (85,40,101). Sum of RGB (Red+Green+Blue) = 85+40+101=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #552865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552865 is #AAD79A. Grayscale: #3C3C3C. Windows color (decimal): -11196315 or 6629461. OLE color: 6629461.

HSL color Cylindrical-coordinate representation of color #552865: hue angle of 284.26º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552865 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 40 101 -
CMYK 0.16 0.60 0 0.60
HSL 284.26º 0.43% 0.28% -
HSV(B) 284.26º 0.6% 0.4% -
XYZ 6.85 4.39 12.8 -
YUV 60.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 85 40 101 0.16 0.60 0 0.60 284.26 0.43 0.28
Hex 55 28 65 10 3C 0 3C 11C 2B 1C
Octal 125 50 145 20 74 0 74 434 53 34
Binary 1010101 101000 1100101 10000 111100 0 111100 100011100 101011 11100

Color Harmonies of #552865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552865

Black with #552865

Text Example


Text Example

White with #552865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552865; }

 p { color: rgb(85,40,101); }

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

background-color css

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

 a { background-color: rgb(85,40,101); }

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

border-color css

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

 span { border-color: rgb(85,40,101); }

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