#552265

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

Shades of Scarlet Gum #552265

Tints of Scarlet Gum #552265

Color information

#552265 (or 0x552265) is unknown color: approx Scarlet Gum. HEX triplet: 55, 22 and 65. RGB value is (85,34,101). Sum of RGB (Red+Green+Blue) = 85+34+101=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #552265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552265 is #AADD9A. Grayscale: #383838. Windows color (decimal): -11197851 or 6627925. OLE color: 6627925.

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

Color convert

RGB8534101-
CMYK0.160.6600.60
HSL285.67º49.63%26.47%-
HSV(B)285.67º66.34%39.61%-
XYZ6.674.0112.74-
YUV56.89152.9148.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=38.64%
G=15.45%
B=45.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85341010.160.6600.60285.6749.6326.47
Hex552265104203C11e321a
Octal12542145201020744366232
Binary10101011000101100101100001000010011110010001111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552265; }

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

 H1.HeaderClassName
 {
   color: #552265;
 }
 .AnyTagClassName
 {
   color: #552265;
 }
</style>
background-color css

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

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

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

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

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

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