#572469

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

Shades of Scarlet Gum #572469

Tints of Scarlet Gum #572469

Color information

#572469 (or 0x572469) is unknown color: approx Scarlet Gum. HEX triplet: 57, 24 and 69. RGB value is (87,36,105). Sum of RGB (Red+Green+Blue) = 87+36+105=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #572469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572469 is #A8DB96. Grayscale: #3A3A3A. Windows color (decimal): -11066263 or 6890583. OLE color: 6890583.

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

Color convert

RGB8736105-
CMYK0.170.6600.59
HSL284.35º48.94%27.65%-
HSV(B)284.35º65.71%41.18%-
XYZ7.114.3113.82-
YUV59.11153.9147.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=38.16%
G=15.79%
B=46.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87361050.170.6600.59284.3548.9427.65
Hex572469114203B11c311c
Octal12744151211020734346134
Binary10101111001001101001100011000010011101110001110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572469; }

 p { color: rgb(87,36,105); }

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

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

 a { background-color: rgb(87,36,105); }

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

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

 span { border-color: rgb(87,36,105); }

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