#665392

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

Shades of Butterfly Bush #665392

Tints of Butterfly Bush #665392

Color information

#665392 (or 0x665392) is unknown color: approx Butterfly Bush. HEX triplet: 66, 53 and 92. RGB value is (102,83,146). Sum of RGB (Red+Green+Blue) = 102+83+146=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #665392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665392 is #99AC6D. Grayscale: #5F5F5F. Windows color (decimal): -10071150 or 9589606. OLE color: 9589606.

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

Color convert

RGB10283146-
CMYK0.300.4300.43
HSL258.1º27.51%44.9%-
HSV(B)258.1º43.15%57.25%-
XYZ13.7611.0928.61-
YUV95.86156.29132.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=30.82%
G=25.08%
B=44.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102831460.300.4300.43258.127.5144.9
Hex6653921E2B02B1021c2d
Octal14612322236530534023455
Binary110011010100111001001011110101011010101110000001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665392; }

 p { color: rgb(102,83,146); }

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

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

 a { background-color: rgb(102,83,146); }

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

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

 span { border-color: rgb(102,83,146); }

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