#574265

Color #574265 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #574265

Tints of Honey Flower #574265

Color information

#574265 (or 0x574265) is unknown color: approx 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

RGB8766101-
CMYK0.140.3500.60
HSL276º20.96%32.75%-
HSV(B)276º34.65%39.61%-
XYZ8.236.8613.2-
YUV76.27141.96135.65-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87661010.140.3500.6027620.9632.75
Hex574265E2303C1141521
Octal12710214516430744242541
Binary1010111100001011001011110100011011110010001010010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>