#5F538B

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

Shades of Butterfly Bush #5F538B

Tints of Butterfly Bush #5F538B

Color information

#5F538B (or 0x5F538B) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 53 and 8B. RGB value is (95,83,139). Sum of RGB (Red+Green+Blue) = 95+83+139=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F538B is #A0AC74. Grayscale: #5C5C5C. Windows color (decimal): -10529909 or 9130847. OLE color: 9130847.

HSL color Cylindrical-coordinate representation of color #5F538B: hue angle of 252.86º 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 #5F538B is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9583139-
CMYK0.320.4000.45
HSL252.86º25.23%43.53%-
HSV(B)252.86º40.29%54.51%-
XYZ12.4710.4825.79-
YUV92.97153.98129.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.97%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=29.97%
G=26.18%
B=43.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95831390.320.4000.45252.8625.2343.53
Hex5F538B202802Dfd192c
Octal13712321340500553753154
Binary101111110100111000101110000010100001011011111110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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