#552068

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

Shades of Scarlet Gum #552068

Tints of Scarlet Gum #552068

Color information

#552068 (or 0x552068) is unknown color: approx Scarlet Gum. HEX triplet: 55, 20 and 68. RGB value is (85,32,104). Sum of RGB (Red+Green+Blue) = 85+32+104=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #552068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552068 is #AADF97. Grayscale: #373737. Windows color (decimal): -11198360 or 6824021. OLE color: 6824021.

HSL color Cylindrical-coordinate representation of color #552068: hue angle of 284.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #552068 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8532104-
CMYK0.180.6900.59
HSL284.17º52.94%26.67%-
HSV(B)284.17º69.23%40.78%-
XYZ6.763.9613.51-
YUV56.06155.06148.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=38.46%
G=14.48%
B=47.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85321040.180.6900.59284.1752.9426.67
Hex552068124503B11c351b
Octal12540150221050734346533
Binary10101011000001101000100101000101011101110001110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552068; }

 p { color: rgb(85,32,104); }

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

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

 a { background-color: rgb(85,32,104); }

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

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

 span { border-color: rgb(85,32,104); }

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