Html Css Color HEX #574265 Honey Flower

📋 copy color: '#574265'

red 87 ◦ green 66 ◦ blue 101

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

Shades of Honey Flower #574265

Tints of Honey Flower #574265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.76%

R = 34.25%
G = 25.98%
B = 39.76%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#574265 (or 0x574265) is known color: Honey Flower. HEX triplet: 57, 42 and 65. RGB value is (87,66,101). Sum of RGB (Red+Green+Blue) = 87+66+101=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #574265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574265 is #A8BD9A. Grayscale: #4C4C4C. Windows color (decimal): -11058587 or 6636119. OLE color: 6636119.

HSL color Cylindrical-coordinate representation of color #574265: hue angle of 276º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #574265 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 66 101 -
CMYK 0.14 0.35 0 0.60
HSL 276º 0.21% 0.33% -
HSV(B) 276º 0.35% 0.4% -
XYZ 8.23 6.86 13.2 -
YUV 76.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 87 66 101 0.14 0.35 0 0.60 276 0.21 0.33
Hex 57 42 65 E 23 0 3C 114 15 21
Octal 127 102 145 16 43 0 74 424 25 41
Binary 1010111 1000010 1100101 1110 100011 0 111100 100010100 10101 100001

Color Harmonies of #574265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574265

Black with #574265

Text Example


Text Example

White with #574265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574265; }

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

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

background-color css

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

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

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

border-color css

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

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

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