Html Css Color HEX #574160 Honey Flower

📋 copy color: '#574160'

red 87 ◦ green 65 ◦ blue 96

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

Shades of Honey Flower #574160

Tints of Honey Flower #574160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 35.08%
G = 26.21%
B = 38.71%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#574160 (or 0x574160) is known color: Honey Flower. HEX triplet: 57, 41 and 60. RGB value is (87,65,96). Sum of RGB (Red+Green+Blue) = 87+65+96=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #574160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574160 is #A8BE9F. Grayscale: #4B4B4B. Windows color (decimal): -11058848 or 6308183. OLE color: 6308183.

HSL color Cylindrical-coordinate representation of color #574160: hue angle of 282.58º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #574160 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 65 96 -
CMYK 0.09 0.32 0 0.62
HSL 282.58º 0.19% 0.32% -
HSV(B) 282.58º 0.32% 0.38% -
XYZ 7.93 6.65 11.93 -
YUV 75.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 87 65 96 0.09 0.32 0 0.62 282.58 0.19 0.32
Hex 57 41 60 9 20 0 3E 11B 13 20
Octal 127 101 140 11 40 0 76 433 23 40
Binary 1010111 1000001 1100000 1001 100000 0 111110 100011011 10011 100000

Color Harmonies of #574160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574160

Black with #574160

Text Example


Text Example

White with #574160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574160; }

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

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

background-color css

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

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

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

border-color css

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

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

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