#5F568A

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

Shades of Butterfly Bush #5F568A

Tints of Butterfly Bush #5F568A

Color information

#5F568A (or 0x5F568A) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 56 and 8A. RGB value is (95,86,138). Sum of RGB (Red+Green+Blue) = 95+86+138=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F568A is #A0A975. Grayscale: #5E5E5E. Windows color (decimal): -10529142 or 9066079. OLE color: 9066079.

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

Color convert

RGB9586138-
CMYK0.310.3800.46
HSL250.38º23.21%43.92%-
HSV(B)250.38º37.68%54.12%-
XYZ12.6310.9225.49-
YUV94.62152.48128.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.78%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=29.78%
G=26.96%
B=43.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95861380.310.3800.46250.3823.2143.92
Hex5F568A1F2602Efa172c
Octal13712621237460563722754
Binary10111111010110100010101111110011001011101111101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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