#5F508A

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

Shades of Butterfly Bush #5F508A

Tints of Butterfly Bush #5F508A

Color information

#5F508A (or 0x5F508A) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 50 and 8A. RGB value is (95,80,138). Sum of RGB (Red+Green+Blue) = 95+80+138=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F508A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F508A is #A0AF75. Grayscale: #5A5A5A. Windows color (decimal): -10530678 or 9064543. OLE color: 9064543.

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

Color convert

RGB9580138-
CMYK0.310.4200.46
HSL255.52º26.61%42.75%-
HSV(B)255.52º42.03%54.12%-
XYZ12.1810.0125.33-
YUV91.1154.47130.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.35%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=30.35%
G=25.56%
B=44.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95801380.310.4200.46255.5226.6142.75
Hex5F508A1F2A02E1001b2b
Octal13712021237520564003353
Binary101111110100001000101011111101010010111010000000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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