#654572

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

Shades of Honey Flower #654572

Tints of Honey Flower #654572

Color information

#654572 (or 0x654572) is unknown color: approx Honey Flower. HEX triplet: 65, 45 and 72. RGB value is (101,69,114). Sum of RGB (Red+Green+Blue) = 101+69+114=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #654572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654572 is #9ABA8D. Grayscale: #535353. Windows color (decimal): -10140302 or 7488869. OLE color: 7488869.

HSL color Cylindrical-coordinate representation of color #654572: hue angle of 282.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #654572 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10169114-
CMYK0.110.3900.55
HSL282.67º24.59%35.88%-
HSV(B)282.67º39.47%44.71%-
XYZ10.538.2416.95-
YUV83.7145.1140.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=35.56%
G=24.30%
B=40.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101691140.110.3900.55282.6724.5935.88
Hex654572B2703711b1924
Octal14510516213470674333144
Binary1100101100010111100101011100111011011110001101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654572; }

 p { color: rgb(101,69,114); }

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

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

 a { background-color: rgb(101,69,114); }

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

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

 span { border-color: rgb(101,69,114); }

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