#553360

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

Shades of Scarlet Gum #553360

Tints of Scarlet Gum #553360

Color information

#553360 (or 0x553360) is unknown color: approx Scarlet Gum. HEX triplet: 55, 33 and 60. RGB value is (85,51,96). Sum of RGB (Red+Green+Blue) = 85+51+96=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #553360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553360 is #AACC9F. Grayscale: #424242. Windows color (decimal): -11193504 or 6304597. OLE color: 6304597.

HSL color Cylindrical-coordinate representation of color #553360: hue angle of 285.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #553360 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB855196-
CMYK0.110.4700.62
HSL285.33º30.61%28.82%-
HSV(B)285.33º46.88%37.65%-
XYZ7.045.1411.69-
YUV66.3144.76141.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=36.64%
G=21.98%
B=41.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8551960.110.4700.62285.3330.6128.82
Hex553360B2F03E11d1f1d
Octal1256314013570764353735
Binary10101011100111100000101110111101111101000111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553360; }

 p { color: rgb(85,51,96); }

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

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

 a { background-color: rgb(85,51,96); }

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

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

 span { border-color: rgb(85,51,96); }

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