#5F538F

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

Shades of Butterfly Bush #5F538F

Tints of Butterfly Bush #5F538F

Color information

#5F538F (or 0x5F538F) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 53 and 8F. RGB value is (95,83,143). Sum of RGB (Red+Green+Blue) = 95+83+143=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #5F538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F538F is #A0AC70. Grayscale: #5D5D5D. Windows color (decimal): -10529905 or 9392991. OLE color: 9392991.

HSL color Cylindrical-coordinate representation of color #5F538F: hue angle of 252º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F538F is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9583143-
CMYK0.340.4200.44
HSL252º26.55%44.31%-
HSV(B)252º41.96%56.08%-
XYZ12.7710.627.36-
YUV93.43155.98129.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 143 (56.25% from 255) = 44.55%
R=29.60%
G=25.86%
B=44.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95831430.340.4200.4425226.5544.31
Hex5F538F222A02Cfc1b2c
Octal13712321742520543743354
Binary101111110100111000111110001010101001011001111110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,83,143); }

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

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

 a { background-color: rgb(95,83,143); }

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

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

 span { border-color: rgb(95,83,143); }

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