#605285

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

Shades of Butterfly Bush #605285

Tints of Butterfly Bush #605285

Color information

#605285 (or 0x605285) is unknown color: approx Butterfly Bush. HEX triplet: 60, 52 and 85. RGB value is (96,82,133). Sum of RGB (Red+Green+Blue) = 96+82+133=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #605285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605285 is #9FAD7A. Grayscale: #5B5B5B. Windows color (decimal): -10464635 or 8737376. OLE color: 8737376.

HSL color Cylindrical-coordinate representation of color #605285: hue angle of 256.47º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #605285 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9682133-
CMYK0.280.3800.48
HSL256.47º23.72%42.16%-
HSV(B)256.47º38.35%52.16%-
XYZ12.0710.2123.53-
YUV92151.14130.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=30.87%
G=26.37%
B=42.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96821330.280.3800.48256.4723.7242.16
Hex6052851C26030100182a
Octal14012220534460604003052
Binary110000010100101000010111100100110011000010000000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605285; }

 p { color: rgb(96,82,133); }

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

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

 a { background-color: rgb(96,82,133); }

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

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

 span { border-color: rgb(96,82,133); }

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