Html Css Color HEX #574171 Honey Flower

📋 copy color: '#574171'

red 87 ◦ green 65 ◦ blue 113

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

Shades of Honey Flower #574171

Tints of Honey Flower #574171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

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

R = 32.83%
G = 24.53%
B = 42.64%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#574171 (or 0x574171) is known color: Honey Flower. HEX triplet: 57, 41 and 71. RGB value is (87,65,113). Sum of RGB (Red+Green+Blue) = 87+65+113=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #574171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574171 is #A8BE8E. Grayscale: #4C4C4C. Windows color (decimal): -11058831 or 7422295. OLE color: 7422295.

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

Color convert

RGB 87 65 113 -
CMYK 0.23 0.42 0 0.56
HSL 267.5º 0.27% 0.35% -
HSV(B) 267.5º 0.42% 0.44% -
XYZ 8.8 7 16.51 -
YUV 77.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 87 65 113 0.23 0.42 0 0.56 267.5 0.27 0.35
Hex 57 41 71 17 2A 0 38 10C 1B 23
Octal 127 101 161 27 52 0 70 414 33 43
Binary 1010111 1000001 1110001 10111 101010 0 111000 100001100 11011 100011

Color Harmonies of #574171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574171

Black with #574171

Text Example


Text Example

White with #574171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574171; }

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

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

background-color css

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

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

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

border-color css

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

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

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