#65508C

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

Shades of Butterfly Bush #65508C

Tints of Butterfly Bush #65508C

Color information

#65508C (or 0x65508C) is unknown color: approx Butterfly Bush. HEX triplet: 65, 50 and 8C. RGB value is (101,80,140). Sum of RGB (Red+Green+Blue) = 101+80+140=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #65508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65508C is #9AAF73. Grayscale: #5C5C5C. Windows color (decimal): -10137460 or 9195621. OLE color: 9195621.

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

Color convert

RGB10180140-
CMYK0.280.4300.45
HSL261º27.27%43.14%-
HSV(B)261º42.86%54.9%-
XYZ12.9710.426.13-
YUV93.12154.46133.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=31.46%
G=24.92%
B=43.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101801400.280.4300.4526127.2743.14
Hex65508C1C2B02D1051b2b
Octal14512021434530554053353
Binary110010110100001000110011100101011010110110000010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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