#5f508b

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

Shades of Butterfly Bush #5F508B

Tints of Butterfly Bush #5F508B

Color information

#5F508B (or 0x5F508B) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 50 and 8B. RGB value is (95,80,139). Sum of RGB (Red+Green+Blue) = 95+80+139=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F508B is #A0AF74. Grayscale: #5A5A5A. Windows color (decimal): -10530677 or 9130079. OLE color: 9130079.

HSL color Cylindrical-coordinate representation of color #5F508B: hue angle of 255.25º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F508B is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9580139-
CMYK0.320.4200.45
HSL255.25º26.94%42.94%-
HSV(B)255.25º42.45%54.51%-
XYZ12.2510.0325.72-
YUV91.21154.97130.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.25%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=30.25%
G=25.48%
B=44.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95801390.320.4200.45255.2526.9442.94
Hex5F508B202A02Dff1b2b
Octal13712021340520553773353
Binary101111110100001000101110000010101001011011111111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f508b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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