#572567

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

Shades of Scarlet Gum #572567

Tints of Scarlet Gum #572567

Color information

#572567 (or 0x572567) is unknown color: approx Scarlet Gum. HEX triplet: 57, 25 and 67. RGB value is (87,37,103). Sum of RGB (Red+Green+Blue) = 87+37+103=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #572567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572567 is #A8DA98. Grayscale: #3B3B3B. Windows color (decimal): -11066009 or 6759767. OLE color: 6759767.

HSL color Cylindrical-coordinate representation of color #572567: hue angle of 285.45º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #572567 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8737103-
CMYK0.160.6400.60
HSL285.45º47.14%27.45%-
HSV(B)285.45º64.08%40.39%-
XYZ7.044.3313.3-
YUV59.47152.56147.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=38.33%
G=16.30%
B=45.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87371030.160.6400.60285.4547.1427.45
Hex572567104003C11d2f1b
Octal12745147201000744355733
Binary10101111001011100111100001000000011110010001110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572567; }

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

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

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

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

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

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

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

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