#572568

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

Shades of Scarlet Gum #572568

Tints of Scarlet Gum #572568

Color information

#572568 (or 0x572568) is unknown color: approx Scarlet Gum. HEX triplet: 57, 25 and 68. RGB value is (87,37,104). Sum of RGB (Red+Green+Blue) = 87+37+104=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #572568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572568 is #A8DA97. Grayscale: #3B3B3B. Windows color (decimal): -11066008 or 6825303. OLE color: 6825303.

HSL color Cylindrical-coordinate representation of color #572568: hue angle of 284.78º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #572568 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8737104-
CMYK0.160.6400.59
HSL284.78º47.52%27.65%-
HSV(B)284.78º64.42%40.78%-
XYZ7.094.3513.56-
YUV59.59153.06147.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=38.16%
G=16.23%
B=45.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87371040.160.6400.59284.7847.5227.65
Hex572568104003B11d301c
Octal12745150201000734356034
Binary10101111001011101000100001000000011101110001110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572568; }

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

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

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

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

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

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

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

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