#605082

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

Shades of Butterfly Bush #605082

Tints of Butterfly Bush #605082

Color information

#605082 (or 0x605082) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 82. RGB value is (96,80,130). Sum of RGB (Red+Green+Blue) = 96+80+130=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #605082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605082 is #9FAF7D. Grayscale: #5A5A5A. Windows color (decimal): -10465150 or 8540256. OLE color: 8540256.

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

Color convert

RGB9680130-
CMYK0.260.3800.49
HSL259.2º23.81%41.18%-
HSV(B)259.2º38.46%50.98%-
XYZ11.729.8422.4-
YUV90.48150.3131.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 130 (51.17% from 255) = 42.48%
R=31.37%
G=26.14%
B=42.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96801300.260.3800.49259.223.8141.18
Hex6050821A260311031829
Octal14012020232460614033051
Binary110000010100001000001011010100110011000110000001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605082; }

 p { color: rgb(96,80,130); }

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

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

 a { background-color: rgb(96,80,130); }

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

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

 span { border-color: rgb(96,80,130); }

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