#552865

Color #552865 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #552865

Tints of Scarlet Gum #552865

Color information

#552865 (or 0x552865) is unknown color: approx 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

RGB8540101-
CMYK0.160.6000.60
HSL284.26º43.26%27.65%-
HSV(B)284.26º60.4%39.61%-
XYZ6.854.3912.8-
YUV60.41150.91145.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=37.61%
G=17.70%
B=44.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85401010.160.6000.60284.2643.2627.65
Hex552865103C03C11c2b1c
Octal1255014520740744345334
Binary1010101101000110010110000111100011110010001110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>