#65588B

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

Shades of Butterfly Bush #65588B

Tints of Butterfly Bush #65588B

Color information

#65588B (or 0x65588B) is unknown color: approx Butterfly Bush. HEX triplet: 65, 58 and 8B. RGB value is (101,88,139). Sum of RGB (Red+Green+Blue) = 101+88+139=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #65588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65588B is #9AA774. Grayscale: #616161. Windows color (decimal): -10135413 or 9132133. OLE color: 9132133.

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

Color convert

RGB10188139-
CMYK0.270.3700.45
HSL255.29º22.47%44.51%-
HSV(B)255.29º36.69%54.51%-
XYZ13.5211.6125.95-
YUV97.7151.31130.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=30.79%
G=26.83%
B=42.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101881390.270.3700.45255.2922.4744.51
Hex65588B1B2502Dff162d
Octal14513021333450553772655
Binary11001011011000100010111101110010101011011111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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