#654872

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

Shades of Honey Flower #654872

Tints of Honey Flower #654872

Color information

#654872 (or 0x654872) is unknown color: approx Honey Flower. HEX triplet: 65, 48 and 72. RGB value is (101,72,114). Sum of RGB (Red+Green+Blue) = 101+72+114=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #654872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654872 is #9AB78D. Grayscale: #555555. Windows color (decimal): -10139534 or 7489637. OLE color: 7489637.

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

Color convert

RGB10172114-
CMYK0.110.3700.55
HSL281.43º22.58%36.47%-
HSV(B)281.43º36.84%44.71%-
XYZ10.728.6217.02-
YUV85.46144.11139.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=35.19%
G=25.09%
B=39.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101721140.110.3700.55281.4322.5836.47
Hex654872B250371191724
Octal14511016213450674312744
Binary1100101100100011100101011100101011011110001100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654872; }

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

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

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

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

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

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

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

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