#572969

Color #572969 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #572969

Tints of Honey Flower #572969

Color information

#572969 (or 0x572969) is unknown color: approx Honey Flower. HEX triplet: 57, 29 and 69. RGB value is (87,41,105). Sum of RGB (Red+Green+Blue) = 87+41+105=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #572969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572969 is #A8D696. Grayscale: #3D3D3D. Windows color (decimal): -11064983 or 6891863. OLE color: 6891863.

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

Color convert

RGB8741105-
CMYK0.170.6100.59
HSL283.12º43.84%28.63%-
HSV(B)283.12º60.95%41.18%-
XYZ7.274.6313.88-
YUV62.05152.24145.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=37.34%
G=17.60%
B=45.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87411050.170.6100.59283.1243.8428.63
Hex572969113D03B11b2c1d
Octal1275115121750734335435
Binary1010111101001110100110001111101011101110001101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572969; }

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

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

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

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

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

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

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

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