Html Css Color HEX #572E70 Honey Flower

📋 copy color: '#572E70'

red 87 ◦ green 46 ◦ blue 112

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

Shades of Honey Flower #572E70

Tints of Honey Flower #572E70

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.78%

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 35.51%
G = 18.78%
B = 45.71%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#572E70 (or 0x572E70) is known color: Honey Flower. HEX triplet: 57, 2E and 70. RGB value is (87,46,112). Sum of RGB (Red+Green+Blue) = 87+46+112=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #572E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E70 is #A8D18F. Grayscale: #414141. Windows color (decimal): -11063696 or 7351895. OLE color: 7351895.

HSL color Cylindrical-coordinate representation of color #572E70: hue angle of 277.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #572E70 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 46 112 -
CMYK 0.22 0.59 0 0.56
HSL 277.27º 0.42% 0.31% -
HSV(B) 277.27º 0.59% 0.44% -
XYZ 7.83 5.15 15.91 -
YUV 65.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 87 46 112 0.22 0.59 0 0.56 277.27 0.42 0.31
Hex 57 2E 70 16 3B 0 38 115 2A 1F
Octal 127 56 160 26 73 0 70 425 52 37
Binary 1010111 101110 1110000 10110 111011 0 111000 100010101 101010 11111

Color Harmonies of #572E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572E70

Black with #572E70

Text Example


Text Example

White with #572E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,46,112); }

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

background-color css

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

 a { background-color: rgb(87,46,112); }

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

border-color css

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

 span { border-color: rgb(87,46,112); }

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