#574267

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

Shades of Honey Flower #574267

Tints of Honey Flower #574267

Color information

#574267 (or 0x574267) is unknown color: approx Honey Flower. HEX triplet: 57, 42 and 67. RGB value is (87,66,103). Sum of RGB (Red+Green+Blue) = 87+66+103=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 103 - color contains mainly: blue. Hex color #574267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574267 is #A8BD98. Grayscale: #4C4C4C. Windows color (decimal): -11058585 or 6767191. OLE color: 6767191.

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

Color convert

RGB8766103-
CMYK0.160.3600.60
HSL274.05º21.89%33.14%-
HSV(B)274.05º35.92%40.39%-
XYZ8.336.913.73-
YUV76.5142.96135.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.98%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 103 (40.62% from 255) = 40.23%
R=33.98%
G=25.78%
B=40.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87661030.160.3600.60274.0521.8933.14
Hex574267102403C1121621
Octal12710214720440744222641
Binary10101111000010110011110000100100011110010001001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574267; }

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

 H1.HeaderClassName
 {
   color: #574267;
 }
 .AnyTagClassName
 {
   color: #574267;
 }
</style>
background-color css

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

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

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

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

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

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