Html Css Color HEX #574560 Honey Flower

📋 copy color: '#574560'

red 87 ◦ green 69 ◦ blue 96

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

Shades of Honey Flower #574560

Tints of Honey Flower #574560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 34.52%
G = 27.38%
B = 38.1%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#574560 (or 0x574560) is known color: Honey Flower. HEX triplet: 57, 45 and 60. RGB value is (87,69,96). Sum of RGB (Red+Green+Blue) = 87+69+96=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #574560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574560 is #A8BA9F. Grayscale: #4D4D4D. Windows color (decimal): -11057824 or 6309207. OLE color: 6309207.

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

Color convert

RGB 87 69 96 -
CMYK 0.09 0.28 0 0.62
HSL 280º 0.16% 0.32% -
HSV(B) 280º 0.28% 0.38% -
XYZ 8.17 7.13 12.01 -
YUV 77.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 87 69 96 0.09 0.28 0 0.62 280 0.16 0.32
Hex 57 45 60 9 1C 0 3E 118 10 20
Octal 127 105 140 11 34 0 76 430 20 40
Binary 1010111 1000101 1100000 1001 11100 0 111110 100011000 10000 100000

Color Harmonies of #574560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574560

Black with #574560

Text Example


Text Example

White with #574560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574560; }

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

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

background-color css

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

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

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

border-color css

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

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

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