Html Css Color HEX #573172 Honey Flower

📋 copy color: '#573172'

red 87 ◦ green 49 ◦ blue 114

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

Shades of Honey Flower #573172

Tints of Honey Flower #573172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 34.8%
G = 19.6%
B = 45.6%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#573172 (or 0x573172) is known color: Honey Flower. HEX triplet: 57, 31 and 72. RGB value is (87,49,114). Sum of RGB (Red+Green+Blue) = 87+49+114=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #573172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573172 is #A8CE8D. Grayscale: #434343. Windows color (decimal): -11062926 or 7483735. OLE color: 7483735.

HSL color Cylindrical-coordinate representation of color #573172: hue angle of 275.08º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #573172 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 49 114 -
CMYK 0.24 0.57 0 0.55
HSL 275.08º 0.4% 0.32% -
HSV(B) 275.08º 0.57% 0.45% -
XYZ 8.07 5.44 16.54 -
YUV 67.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 87 49 114 0.24 0.57 0 0.55 275.08 0.4 0.32
Hex 57 31 72 18 39 0 37 113 28 20
Octal 127 61 162 30 71 0 67 423 50 40
Binary 1010111 110001 1110010 11000 111001 0 110111 100010011 101000 100000

Color Harmonies of #573172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573172

Black with #573172

Text Example


Text Example

White with #573172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573172; }

 p { color: rgb(87,49,114); }

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

background-color css

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

 a { background-color: rgb(87,49,114); }

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

border-color css

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

 span { border-color: rgb(87,49,114); }

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