#5F509A

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

Shades of Butterfly Bush #5F509A

Tints of Butterfly Bush #5F509A

Color information

#5F509A (or 0x5F509A) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 50 and 9A. RGB value is (95,80,154). Sum of RGB (Red+Green+Blue) = 95+80+154=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F509A is #A0AF65. Grayscale: #5C5C5C. Windows color (decimal): -10530662 or 10113119. OLE color: 10113119.

HSL color Cylindrical-coordinate representation of color #5F509A: hue angle of 252.16º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F509A is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9580154-
CMYK0.380.4800.40
HSL252.16º31.62%45.88%-
HSV(B)252.16º48.05%60.39%-
XYZ13.4210.531.89-
YUV92.92162.47129.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.88%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=28.88%
G=24.32%
B=46.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95801540.380.4800.40252.1631.6245.88
Hex5F509A2630028fc202e
Octal13712023246600503744056
Binary1011111101000010011010100110110000010100011111100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F509A; }

 p { color: rgb(95,80,154); }

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

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

 a { background-color: rgb(95,80,154); }

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

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

 span { border-color: rgb(95,80,154); }

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