Html Css Color HEX #574460 Honey Flower

📋 copy color: '#574460'

red 87 ◦ green 68 ◦ blue 96

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

Shades of Honey Flower #574460

Tints of Honey Flower #574460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

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

R = 34.66%
G = 27.09%
B = 38.25%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#574460 (or 0x574460) is known color: Honey Flower. HEX triplet: 57, 44 and 60. RGB value is (87,68,96). Sum of RGB (Red+Green+Blue) = 87+68+96=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #574460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574460 is #A8BB9F. Grayscale: #4C4C4C. Windows color (decimal): -11058080 or 6308951. OLE color: 6308951.

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

Color convert

RGB 87 68 96 -
CMYK 0.09 0.29 0 0.62
HSL 280.71º 0.17% 0.32% -
HSV(B) 280.71º 0.29% 0.38% -
XYZ 8.11 7.01 11.99 -
YUV 76.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 87 68 96 0.09 0.29 0 0.62 280.71 0.17 0.32
Hex 57 44 60 9 1D 0 3E 119 11 20
Octal 127 104 140 11 35 0 76 431 21 40
Binary 1010111 1000100 1100000 1001 11101 0 111110 100011001 10001 100000

Color Harmonies of #574460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574460

Black with #574460

Text Example


Text Example

White with #574460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574460; }

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

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

background-color css

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

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

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

border-color css

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

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

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