#552468

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

Shades of Scarlet Gum #552468

Tints of Scarlet Gum #552468

Color information

#552468 (or 0x552468) is unknown color: approx Scarlet Gum. HEX triplet: 55, 24 and 68. RGB value is (85,36,104). Sum of RGB (Red+Green+Blue) = 85+36+104=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #552468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552468 is #AADB97. Grayscale: #3A3A3A. Windows color (decimal): -11197336 or 6825045. OLE color: 6825045.

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

Color convert

RGB8536104-
CMYK0.180.6500.59
HSL283.24º48.57%27.45%-
HSV(B)283.24º65.38%40.78%-
XYZ6.884.1913.54-
YUV58.4153.73146.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=37.78%
G=16%
B=46.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85361040.180.6500.59283.2448.5727.45
Hex552468124103B11b311b
Octal12544150221010734336133
Binary10101011001001101000100101000001011101110001101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552468; }

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

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

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

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

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

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

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

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