#5F5198

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

Shades of Butterfly Bush #5F5198

Tints of Butterfly Bush #5F5198

Color information

#5F5198 (or 0x5F5198) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 51 and 98. RGB value is (95,81,152). Sum of RGB (Red+Green+Blue) = 95+81+152=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #5F5198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5198 is #A0AE67. Grayscale: #5D5D5D. Windows color (decimal): -10530408 or 9982303. OLE color: 9982303.

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

Color convert

RGB9581152-
CMYK0.380.4700.40
HSL251.83º30.47%45.69%-
HSV(B)251.83º46.71%59.61%-
XYZ13.3310.5831.05-
YUV93.28161.14129.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.96%
GREEN value IS 81 (32.03% from 255) = 24.70%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=28.96%
G=24.70%
B=46.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95811520.380.4700.40251.8330.4745.69
Hex5F5198262F028fc1e2e
Octal13712123046570503743656
Binary101111110100011001100010011010111101010001111110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,81,152); }

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

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

 a { background-color: rgb(95,81,152); }

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

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

 span { border-color: rgb(95,81,152); }

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