#60538A

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

Shades of Butterfly Bush #60538A

Tints of Butterfly Bush #60538A

Color information

#60538A (or 0x60538A) is unknown color: approx Butterfly Bush. HEX triplet: 60, 53 and 8A. RGB value is (96,83,138). Sum of RGB (Red+Green+Blue) = 96+83+138=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #60538A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60538A is #9FAC75. Grayscale: #5C5C5C. Windows color (decimal): -10464374 or 9065312. OLE color: 9065312.

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

Color convert

RGB9683138-
CMYK0.300.4000.46
HSL254.18º24.89%43.33%-
HSV(B)254.18º39.86%54.12%-
XYZ12.510.5125.41-
YUV93.16153.31130.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=30.28%
G=26.18%
B=43.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96831380.300.4000.46254.1824.8943.33
Hex60538A1E2802Efe192b
Octal14012321236500563763153
Binary11000001010011100010101111010100001011101111111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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