Html Css Color HEX #574660 Honey Flower

📋 copy color: '#574660'

red 87 ◦ green 70 ◦ blue 96

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

Shades of Honey Flower #574660

Tints of Honey Flower #574660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

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

R = 34.39%
G = 27.67%
B = 37.94%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#574660 (or 0x574660) is known color: Honey Flower. HEX triplet: 57, 46 and 60. RGB value is (87,70,96). Sum of RGB (Red+Green+Blue) = 87+70+96=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #574660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574660 is #A8B99F. Grayscale: #4D4D4D. Windows color (decimal): -11057568 or 6309463. OLE color: 6309463.

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

Color convert

RGB 87 70 96 -
CMYK 0.09 0.27 0 0.62
HSL 279.23º 0.16% 0.33% -
HSV(B) 279.23º 0.27% 0.38% -
XYZ 8.23 7.25 12.03 -
YUV 78.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 87 70 96 0.09 0.27 0 0.62 279.23 0.16 0.33
Hex 57 46 60 9 1B 0 3E 117 10 21
Octal 127 106 140 11 33 0 76 427 20 41
Binary 1010111 1000110 1100000 1001 11011 0 111110 100010111 10000 100001

Color Harmonies of #574660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574660

Black with #574660

Text Example


Text Example

White with #574660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574660; }

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

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

background-color css

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

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

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

border-color css

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

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

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