#605384

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

Shades of Butterfly Bush #605384

Tints of Butterfly Bush #605384

Color information

#605384 (or 0x605384) is unknown color: approx Butterfly Bush. HEX triplet: 60, 53 and 84. RGB value is (96,83,132). Sum of RGB (Red+Green+Blue) = 96+83+132=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #605384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605384 is #9FAC7B. Grayscale: #5C5C5C. Windows color (decimal): -10464380 or 8672096. OLE color: 8672096.

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

Color convert

RGB9683132-
CMYK0.270.3700.48
HSL255.92º22.79%42.16%-
HSV(B)255.92º37.12%51.76%-
XYZ12.0810.3423.19-
YUV92.47150.31130.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=30.87%
G=26.69%
B=42.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96831320.270.3700.48255.9222.7942.16
Hex6053841B25030100172a
Octal14012320433450604002752
Binary110000010100111000010011011100101011000010000000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605384; }

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

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

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

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

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

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

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

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