#551568

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

Shades of Scarlet Gum #551568

Tints of Scarlet Gum #551568

Color information

#551568 (or 0x551568) is unknown color: approx Scarlet Gum. HEX triplet: 55, 15 and 68. RGB value is (85,21,104). Sum of RGB (Red+Green+Blue) = 85+21+104=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #551568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551568 is #AAEA97. Grayscale: #313131. Windows color (decimal): -11201176 or 6821205. OLE color: 6821205.

HSL color Cylindrical-coordinate representation of color #551568: hue angle of 286.27º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551568 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8521104-
CMYK0.180.8000.59
HSL286.27º66.4%24.51%-
HSV(B)286.27º79.81%40.78%-
XYZ6.513.4713.42-
YUV49.6158.7153.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=40.48%
G=10%
B=49.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85211040.180.8000.59286.2766.424.51
Hex551568125003B11e4219
Octal125251502212007343610231
Binary10101011010111010001001010100000111011100011110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551568; }

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

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

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

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

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

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

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

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