#65598B

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

Shades of Butterfly Bush #65598B

Tints of Butterfly Bush #65598B

Color information

#65598B (or 0x65598B) is unknown color: approx Butterfly Bush. HEX triplet: 65, 59 and 8B. RGB value is (101,89,139). Sum of RGB (Red+Green+Blue) = 101+89+139=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #65598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65598B is #9AA674. Grayscale: #626262. Windows color (decimal): -10135157 or 9132389. OLE color: 9132389.

HSL color Cylindrical-coordinate representation of color #65598B: hue angle of 254.4º 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 #65598B is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10189139-
CMYK0.270.3600.45
HSL254.4º21.93%44.71%-
HSV(B)254.4º35.97%54.51%-
XYZ13.611.7825.98-
YUV98.29150.98129.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.70%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=30.70%
G=27.05%
B=42.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101891390.270.3600.45254.421.9344.71
Hex65598B1B2402Dfe162d
Octal14513121333440553762655
Binary11001011011001100010111101110010001011011111111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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