#60538B

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

Shades of Butterfly Bush #60538B

Tints of Butterfly Bush #60538B

Color information

#60538B (or 0x60538B) is unknown color: approx Butterfly Bush. HEX triplet: 60, 53 and 8B. RGB value is (96,83,139). Sum of RGB (Red+Green+Blue) = 96+83+139=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #60538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60538B is #9FAC74. Grayscale: #5D5D5D. Windows color (decimal): -10464373 or 9130848. OLE color: 9130848.

HSL color Cylindrical-coordinate representation of color #60538B: hue angle of 253.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60538B is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9683139-
CMYK0.310.4000.45
HSL253.93º25.23%43.53%-
HSV(B)253.93º40.29%54.51%-
XYZ12.5810.5425.8-
YUV93.27153.81129.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=30.19%
G=26.10%
B=43.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96831390.310.4000.45253.9325.2343.53
Hex60538B1F2802Dfe192c
Octal14012321337500553763154
Binary11000001010011100010111111110100001011011111111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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