#5F5092

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

Shades of Butterfly Bush #5F5092

Tints of Butterfly Bush #5F5092

Color information

#5F5092 (or 0x5F5092) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 50 and 92. RGB value is (95,80,146). Sum of RGB (Red+Green+Blue) = 95+80+146=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F5092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5092 is #A0AF6D. Grayscale: #5B5B5B. Windows color (decimal): -10530670 or 9588831. OLE color: 9588831.

HSL color Cylindrical-coordinate representation of color #5F5092: hue angle of 253.64º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F5092 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9580146-
CMYK0.350.4500.43
HSL253.64º29.2%44.31%-
HSV(B)253.64º45.21%57.25%-
XYZ12.7810.2528.5-
YUV92.01158.47130.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=29.60%
G=24.92%
B=45.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal95801460.350.4500.43253.6429.244.31
Hex5F5092232D02Bfe1d2c
Octal13712022243550533763554
Binary101111110100001001001010001110110101010111111111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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