Html Css Color HEX #572B6D Honey Flower

📋 copy color: '#572B6D'

red 87 ◦ green 43 ◦ blue 109

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

Shades of Honey Flower #572B6D

Tints of Honey Flower #572B6D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.99%

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

R = 36.4%
G = 17.99%
B = 45.61%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#572B6D (or 0x572B6D) is known color: Honey Flower. HEX triplet: 57, 2B and 6D. RGB value is (87,43,109). Sum of RGB (Red+Green+Blue) = 87+43+109=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #572B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572B6D is #A8D492. Grayscale: #3F3F3F. Windows color (decimal): -11064467 or 7154519. OLE color: 7154519.

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

Color convert

RGB 87 43 109 -
CMYK 0.20 0.61 0 0.57
HSL 280º 0.43% 0.3% -
HSV(B) 280º 0.61% 0.43% -
XYZ 7.55 4.86 15.01 -
YUV 63.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 87 43 109 0.20 0.61 0 0.57 280 0.43 0.3
Hex 57 2B 6D 14 3D 0 39 118 2B 1E
Octal 127 53 155 24 75 0 71 430 53 36
Binary 1010111 101011 1101101 10100 111101 0 111001 100011000 101011 11110

Color Harmonies of #572B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572B6D

Black with #572B6D

Text Example


Text Example

White with #572B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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