#65598E

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

Shades of Butterfly Bush #65598E

Tints of Butterfly Bush #65598E

Color information

#65598E (or 0x65598E) is unknown color: approx Butterfly Bush. HEX triplet: 65, 59 and 8E. RGB value is (101,89,142). Sum of RGB (Red+Green+Blue) = 101+89+142=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #65598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65598E is #9AA671. Grayscale: #626262. Windows color (decimal): -10135154 or 9328997. OLE color: 9328997.

HSL color Cylindrical-coordinate representation of color #65598E: hue angle of 253.58º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65598E is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10189142-
CMYK0.290.3700.44
HSL253.58º22.94%45.29%-
HSV(B)253.58º37.32%55.69%-
XYZ13.8211.8627.15-
YUV98.63152.48129.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=30.42%
G=26.81%
B=42.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101891420.290.3700.44253.5822.9445.29
Hex65598E1D2502Cfe172d
Octal14513121635450543762755
Binary11001011011001100011101110110010101011001111111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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