Html Css Color HEX #572D6D Honey Flower

📋 copy color: '#572D6D'

red 87 ◦ green 45 ◦ blue 109

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

Shades of Honey Flower #572D6D

Tints of Honey Flower #572D6D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

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

R = 36.1%
G = 18.67%
B = 45.23%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#572D6D (or 0x572D6D) is known color: Honey Flower. HEX triplet: 57, 2D and 6D. RGB value is (87,45,109). Sum of RGB (Red+Green+Blue) = 87+45+109=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #572D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572D6D is #A8D292. Grayscale: #404040. Windows color (decimal): -11063955 or 7155031. OLE color: 7155031.

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

Color convert

RGB 87 45 109 -
CMYK 0.20 0.59 0 0.57
HSL 279.38º 0.42% 0.3% -
HSV(B) 279.38º 0.59% 0.43% -
XYZ 7.63 5.01 15.03 -
YUV 64.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 87 45 109 0.20 0.59 0 0.57 279.38 0.42 0.3
Hex 57 2D 6D 14 3B 0 39 117 2A 1E
Octal 127 55 155 24 73 0 71 427 52 36
Binary 1010111 101101 1101101 10100 111011 0 111001 100010111 101010 11110

Color Harmonies of #572D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572D6D

Black with #572D6D

Text Example


Text Example

White with #572D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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