#605092

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

Shades of Butterfly Bush #605092

Tints of Butterfly Bush #605092

Color information

#605092 (or 0x605092) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 92. RGB value is (96,80,146). Sum of RGB (Red+Green+Blue) = 96+80+146=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #605092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605092 is #9FAF6D. Grayscale: #5C5C5C. Windows color (decimal): -10465134 or 9588832. OLE color: 9588832.

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

Color convert

RGB9680146-
CMYK0.340.4500.43
HSL254.55º29.2%44.31%-
HSV(B)254.55º45.21%57.25%-
XYZ12.8810.328.5-
YUV92.31158.3130.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=29.81%
G=24.84%
B=45.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96801460.340.4500.43254.5529.244.31
Hex605092222D02Bff1d2c
Octal14012022242550533773554
Binary110000010100001001001010001010110101010111111111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605092; }

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

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

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

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

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

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

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

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