#655288

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

Shades of Butterfly Bush #655288

Tints of Butterfly Bush #655288

Color information

#655288 (or 0x655288) is unknown color: approx Butterfly Bush. HEX triplet: 65, 52 and 88. RGB value is (101,82,136). Sum of RGB (Red+Green+Blue) = 101+82+136=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #655288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655288 is #9AAD77. Grayscale: #5D5D5D. Windows color (decimal): -10136952 or 8933989. OLE color: 8933989.

HSL color Cylindrical-coordinate representation of color #655288: hue angle of 261.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #655288 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10182136-
CMYK0.260.4000.47
HSL261.11º24.77%42.75%-
HSV(B)261.11º39.71%53.33%-
XYZ12.8310.5824.66-
YUV93.84151.79133.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=31.66%
G=25.71%
B=42.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101821360.260.4000.47261.1124.7742.75
Hex6552881A2802F105192b
Octal14512221032500574053153
Binary110010110100101000100011010101000010111110000010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655288; }

 p { color: rgb(101,82,136); }

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

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

 a { background-color: rgb(101,82,136); }

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

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

 span { border-color: rgb(101,82,136); }

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