#60528B

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

Shades of Butterfly Bush #60528B

Tints of Butterfly Bush #60528B

Color information

#60528B (or 0x60528B) is unknown color: approx Butterfly Bush. HEX triplet: 60, 52 and 8B. RGB value is (96,82,139). Sum of RGB (Red+Green+Blue) = 96+82+139=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #60528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60528B is #9FAD74. Grayscale: #5C5C5C. Windows color (decimal): -10464629 or 9130592. OLE color: 9130592.

HSL color Cylindrical-coordinate representation of color #60528B: hue angle of 254.74º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60528B is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9682139-
CMYK0.310.4100.45
HSL254.74º25.79%43.33%-
HSV(B)254.74º41.01%54.51%-
XYZ12.510.3925.77-
YUV92.68154.14130.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=30.28%
G=25.87%
B=43.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96821390.310.4100.45254.7425.7943.33
Hex60528B1F2902Dff1a2b
Octal14012221337510553773253
Binary11000001010010100010111111110100101011011111111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60528B; }

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

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

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

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

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

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

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

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