Html Css Color HEX #574260 Honey Flower

📋 copy color: '#574260'

red 87 ◦ green 66 ◦ blue 96

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

Shades of Honey Flower #574260

Tints of Honey Flower #574260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

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

R = 34.94%
G = 26.51%
B = 38.55%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#574260 (or 0x574260) is known color: Honey Flower. HEX triplet: 57, 42 and 60. RGB value is (87,66,96). Sum of RGB (Red+Green+Blue) = 87+66+96=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 96 - color contains mainly: blue. Hex color #574260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574260 is #A8BD9F. Grayscale: #4B4B4B. Windows color (decimal): -11058592 or 6308439. OLE color: 6308439.

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

Color convert

RGB 87 66 96 -
CMYK 0.09 0.31 0 0.62
HSL 282º 0.19% 0.32% -
HSV(B) 282º 0.31% 0.38% -
XYZ 7.99 6.77 11.95 -
YUV 75.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 87 66 96 0.09 0.31 0 0.62 282 0.19 0.32
Hex 57 42 60 9 1F 0 3E 11A 13 20
Octal 127 102 140 11 37 0 76 432 23 40
Binary 1010111 1000010 1100000 1001 11111 0 111110 100011010 10011 100000

Color Harmonies of #574260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574260

Black with #574260

Text Example


Text Example

White with #574260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574260; }

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

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

background-color css

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

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

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

border-color css

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

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

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