#572F67

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

Shades of Honey Flower #572F67

Tints of Honey Flower #572F67

Color information

#572F67 (or 0x572F67) is unknown color: approx Honey Flower. HEX triplet: 57, 2F and 67. RGB value is (87,47,103). Sum of RGB (Red+Green+Blue) = 87+47+103=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #572F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F67 is #A8D098. Grayscale: #414141. Windows color (decimal): -11063449 or 6762327. OLE color: 6762327.

HSL color Cylindrical-coordinate representation of color #572F67: hue angle of 282.86º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #572F67 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8747103-
CMYK0.160.5400.60
HSL282.86º37.33%29.41%-
HSV(B)282.86º54.37%40.39%-
XYZ7.45.0413.41-
YUV65.34149.25143.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=36.71%
G=19.83%
B=43.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87471030.160.5400.60282.8637.3329.41
Hex572F67103603C11b251d
Octal1275714720660744334535
Binary1010111101111110011110000110110011110010001101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572F67; }

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

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

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

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

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

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

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

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