#65598C

Color #65598C Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #65598C

Tints of Butterfly Bush #65598C

Color information

#65598C (or 0x65598C) is unknown color: approx Butterfly Bush. HEX triplet: 65, 59 and 8C. RGB value is (101,89,140). Sum of RGB (Red+Green+Blue) = 101+89+140=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #65598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65598C is #9AA673. Grayscale: #626262. Windows color (decimal): -10135156 or 9197925. OLE color: 9197925.

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

Color convert

RGB10189140-
CMYK0.280.3600.45
HSL254.12º22.27%44.9%-
HSV(B)254.12º36.43%54.9%-
XYZ13.6711.826.37-
YUV98.4151.48129.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=30.61%
G=26.97%
B=42.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101891400.280.3600.45254.1222.2744.9
Hex65598C1C2402Dfe162d
Octal14513121434440553762655
Binary11001011011001100011001110010010001011011111111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65598C; }

 p { color: rgb(101,89,140); }

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

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

 a { background-color: rgb(101,89,140); }

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

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

 span { border-color: rgb(101,89,140); }

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