#571A68

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

Shades of Scarlet Gum #571A68

Tints of Scarlet Gum #571A68

Color information

#571A68 (or 0x571A68) is unknown color: approx Scarlet Gum. HEX triplet: 57, 1A and 68. RGB value is (87,26,104). Sum of RGB (Red+Green+Blue) = 87+26+104=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #571A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A68 is #A8E597. Grayscale: #343434. Windows color (decimal): -11068824 or 6822487. OLE color: 6822487.

HSL color Cylindrical-coordinate representation of color #571A68: hue angle of 286.92º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #571A68 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8726104-
CMYK0.160.7500.59
HSL286.92º60%25.49%-
HSV(B)286.92º75%40.78%-
XYZ6.83.7613.47-
YUV53.13156.71152.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.09%
GREEN value IS 26 (10.55% from 255) = 11.98%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=40.09%
G=11.98%
B=47.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87261040.160.7500.59286.926025.49
Hex571A68104B03B11f3c19
Octal12732150201130734377431
Binary1010111110101101000100001001011011101110001111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571A68; }

 p { color: rgb(87,26,104); }

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

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

 a { background-color: rgb(87,26,104); }

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

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

 span { border-color: rgb(87,26,104); }

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