#572564

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

Shades of Scarlet Gum #572564

Tints of Scarlet Gum #572564

Color information

#572564 (or 0x572564) is unknown color: approx Scarlet Gum. HEX triplet: 57, 25 and 64. RGB value is (87,37,100). Sum of RGB (Red+Green+Blue) = 87+37+100=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 100 - color contains mainly: blue. Hex color #572564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572564 is #A8DA9B. Grayscale: #3A3A3A. Windows color (decimal): -11066012 or 6563159. OLE color: 6563159.

HSL color Cylindrical-coordinate representation of color #572564: hue angle of 287.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572564 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8737100-
CMYK0.130.6300.61
HSL287.62º45.99%26.86%-
HSV(B)287.62º63%39.22%-
XYZ6.894.2712.52-
YUV59.13151.06147.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 100 (39.45% from 255) = 44.64%
R=38.84%
G=16.52%
B=44.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal87371000.130.6300.61287.6245.9926.86
Hex572564D3F03D1202e1b
Octal1274514415770754405633
Binary101011110010111001001101111111011110110010000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572564; }

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

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

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

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

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

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

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

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