#5F538A

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

Shades of Butterfly Bush #5F538A

Tints of Butterfly Bush #5F538A

Color information

#5F538A (or 0x5F538A) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 53 and 8A. RGB value is (95,83,138). Sum of RGB (Red+Green+Blue) = 95+83+138=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F538A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F538A is #A0AC75. Grayscale: #5C5C5C. Windows color (decimal): -10529910 or 9065311. OLE color: 9065311.

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

Color convert

RGB9583138-
CMYK0.310.4000.46
HSL253.09º24.89%43.33%-
HSV(B)253.09º39.86%54.12%-
XYZ12.410.4525.41-
YUV92.86153.48129.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.06%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=30.06%
G=26.27%
B=43.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95831380.310.4000.46253.0924.8943.33
Hex5F538A1F2802Efd192b
Octal13712321237500563753153
Binary10111111010011100010101111110100001011101111110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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