Html Css Color HEX #572D72 Honey Flower

📋 copy color: '#572D72'

red 87 ◦ green 45 ◦ blue 114

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

Shades of Honey Flower #572D72

Tints of Honey Flower #572D72

RGB

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

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

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

R = 35.37%
G = 18.29%
B = 46.34%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#572D72 (or 0x572D72) is known color: Honey Flower. HEX triplet: 57, 2D and 72. RGB value is (87,45,114). Sum of RGB (Red+Green+Blue) = 87+45+114=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #572D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572D72 is #A8D28D. Grayscale: #414141. Windows color (decimal): -11063950 or 7482711. OLE color: 7482711.

HSL color Cylindrical-coordinate representation of color #572D72: hue angle of 276.52º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572D72 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 45 114 -
CMYK 0.24 0.61 0 0.55
HSL 276.52º 0.43% 0.31% -
HSV(B) 276.52º 0.61% 0.45% -
XYZ 7.91 5.12 16.49 -
YUV 65.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 87 45 114 0.24 0.61 0 0.55 276.52 0.43 0.31
Hex 57 2D 72 18 3D 0 37 115 2B 1F
Octal 127 55 162 30 75 0 67 425 53 37
Binary 1010111 101101 1110010 11000 111101 0 110111 100010101 101011 11111

Color Harmonies of #572D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572D72

Black with #572D72

Text Example


Text Example

White with #572D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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