Html Css Color HEX #572C6D Honey Flower

📋 copy color: '#572C6D'

red 87 ◦ green 44 ◦ blue 109

#572C6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #572C6D

Tints of Honey Flower #572C6D

RGB

 RED value IS 87 (34.38% from 255) = 36.25%

 GREEN value IS 44 (17.58% from 255) = 18.33%

 BLUE value IS 109 (42.97% from 255) = 45.42%

R = 36.25%
G = 18.33%
B = 45.42%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#572C6D (or 0x572C6D) is known color: Honey Flower. HEX triplet: 57, 2C and 6D. RGB value is (87,44,109). Sum of RGB (Red+Green+Blue) = 87+44+109=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #572C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C6D is #A8D392. Grayscale: #404040. Windows color (decimal): -11064211 or 7154775. OLE color: 7154775.

HSL color Cylindrical-coordinate representation of color #572C6D: hue angle of 279.69º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #572C6D is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 44 109 -
CMYK 0.20 0.60 0 0.57
HSL 279.69º 0.42% 0.3% -
HSV(B) 279.69º 0.6% 0.43% -
XYZ 7.59 4.93 15.02 -
YUV 64.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 87 44 109 0.20 0.60 0 0.57 279.69 0.42 0.3
Hex 57 2C 6D 14 3C 0 39 118 2A 1E
Octal 127 54 155 24 74 0 71 430 52 36
Binary 1010111 101100 1101101 10100 111100 0 111001 100011000 101010 11110

Color Harmonies of #572C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572C6D

Black with #572C6D

Text Example


Text Example

White with #572C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572C6D; }

 p { color: rgb(87,44,109); }

 H1.HeaderClassName
 {
   color: #572C6D;
 }
 .AnyTagClassName
 {
   color: #572C6D;
 }
</style>

background-color css

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

 a { background-color: rgb(87,44,109); }

 div.DivClassName
 {
   background-color: #572C6D;
 }
 .BgClassName
 {
   background-color: #572C6D;
 }
</style>

border-color css

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

 span { border-color: rgb(87,44,109); }

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