#65588C

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

Shades of Butterfly Bush #65588C

Tints of Butterfly Bush #65588C

Color information

#65588C (or 0x65588C) is unknown color: approx Butterfly Bush. HEX triplet: 65, 58 and 8C. RGB value is (101,88,140). Sum of RGB (Red+Green+Blue) = 101+88+140=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #65588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65588C is #9AA773. Grayscale: #616161. Windows color (decimal): -10135412 or 9197669. OLE color: 9197669.

HSL color Cylindrical-coordinate representation of color #65588C: hue angle of 255º degrees, saturation: 0.23, 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 #65588C is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10188140-
CMYK0.280.3700.45
HSL255º22.81%44.71%-
HSV(B)255º37.14%54.9%-
XYZ13.5911.6426.34-
YUV97.82151.81130.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.70%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=30.70%
G=26.75%
B=42.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101881400.280.3700.4525522.8144.71
Hex65588C1C2502Dff172d
Octal14513021434450553772755
Binary11001011011000100011001110010010101011011111111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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