Html Css Color HEX #574071 Honey Flower

📋 copy color: '#574071'

red 87 ◦ green 64 ◦ blue 113

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

Shades of Honey Flower #574071

Tints of Honey Flower #574071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

 BLUE value IS 113 (44.53% from 255) = 42.8%

R = 32.95%
G = 24.24%
B = 42.8%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#574071 (or 0x574071) is known color: Honey Flower. HEX triplet: 57, 40 and 71. RGB value is (87,64,113). Sum of RGB (Red+Green+Blue) = 87+64+113=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #574071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574071 is #A8BF8E. Grayscale: #4C4C4C. Windows color (decimal): -11059087 or 7422039. OLE color: 7422039.

HSL color Cylindrical-coordinate representation of color #574071: hue angle of 268.16º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #574071 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 64 113 -
CMYK 0.23 0.43 0 0.56
HSL 268.16º 0.28% 0.35% -
HSV(B) 268.16º 0.43% 0.44% -
XYZ 8.74 6.89 16.49 -
YUV 76.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 87 64 113 0.23 0.43 0 0.56 268.16 0.28 0.35
Hex 57 40 71 17 2B 0 38 10C 1C 23
Octal 127 100 161 27 53 0 70 414 34 43
Binary 1010111 1000000 1110001 10111 101011 0 111000 100001100 11100 100011

Color Harmonies of #574071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574071

Black with #574071

Text Example


Text Example

White with #574071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574071; }

 p { color: rgb(87,64,113); }

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

background-color css

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

 a { background-color: rgb(87,64,113); }

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

border-color css

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

 span { border-color: rgb(87,64,113); }

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