#572B67

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

Shades of Honey Flower #572B67

Tints of Honey Flower #572B67

Color information

#572B67 (or 0x572B67) is unknown color: approx Honey Flower. HEX triplet: 57, 2B and 67. RGB value is (87,43,103). Sum of RGB (Red+Green+Blue) = 87+43+103=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #572B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572B67 is #A8D498. Grayscale: #3E3E3E. Windows color (decimal): -11064473 or 6761303. OLE color: 6761303.

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

Color convert

RGB8743103-
CMYK0.160.5800.60
HSL284º41.1%28.63%-
HSV(B)284º58.25%40.39%-
XYZ7.244.7313.36-
YUV63150.58145.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 43 (17.19% from 255) = 18.45%
BLUE value IS 103 (40.62% from 255) = 44.21%
R=37.34%
G=18.45%
B=44.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87431030.160.5800.6028441.128.63
Hex572B67103A03C11c291d
Octal1275314720720744345135
Binary1010111101011110011110000111010011110010001110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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