#665083

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

Shades of Butterfly Bush #665083

Tints of Butterfly Bush #665083

Color information

#665083 (or 0x665083) is unknown color: approx Butterfly Bush. HEX triplet: 66, 50 and 83. RGB value is (102,80,131). Sum of RGB (Red+Green+Blue) = 102+80+131=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #665083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665083 is #99AF7C. Grayscale: #5C5C5C. Windows color (decimal): -10071933 or 8605798. OLE color: 8605798.

HSL color Cylindrical-coordinate representation of color #665083: hue angle of 265.88º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #665083 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10280131-
CMYK0.220.3900.49
HSL265.88º24.17%41.37%-
HSV(B)265.88º38.93%51.37%-
XYZ12.4410.222.79-
YUV92.39149.79134.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=32.59%
G=25.56%
B=41.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102801310.220.3900.49265.8824.1741.37
Hex665083162703110a1829
Octal14612020326470614123051
Binary110011010100001000001110110100111011000110000101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665083; }

 p { color: rgb(102,80,131); }

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

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

 a { background-color: rgb(102,80,131); }

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

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

 span { border-color: rgb(102,80,131); }

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