#605892

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

Shades of Butterfly Bush #605892

Tints of Butterfly Bush #605892

Color information

#605892 (or 0x605892) is unknown color: approx Butterfly Bush. HEX triplet: 60, 58 and 92. RGB value is (96,88,146). Sum of RGB (Red+Green+Blue) = 96+88+146=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #605892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605892 is #9FA76D. Grayscale: #606060. Windows color (decimal): -10463086 or 9590880. OLE color: 9590880.

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

Color convert

RGB9688146-
CMYK0.340.4000.43
HSL248.28º24.79%45.88%-
HSV(B)248.28º39.73%57.25%-
XYZ13.511.5428.71-
YUV97155.65127.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=29.09%
G=26.67%
B=44.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96881460.340.4000.43248.2824.7945.88
Hex605892222802Bf8192e
Octal14013022242500533703156
Binary110000010110001001001010001010100001010111111100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605892; }

 p { color: rgb(96,88,146); }

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

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

 a { background-color: rgb(96,88,146); }

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

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

 span { border-color: rgb(96,88,146); }

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