#5F509C

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

Shades of Butterfly Bush #5F509C

Tints of Butterfly Bush #5F509C

Color information

#5F509C (or 0x5F509C) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 50 and 9C. RGB value is (95,80,156). Sum of RGB (Red+Green+Blue) = 95+80+156=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F509C is #A0AF63. Grayscale: #5C5C5C. Windows color (decimal): -10530660 or 10244191. OLE color: 10244191.

HSL color Cylindrical-coordinate representation of color #5F509C: hue angle of 251.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F509C is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9580156-
CMYK0.390.4900.39
HSL251.84º32.2%46.27%-
HSV(B)251.84º48.72%61.18%-
XYZ13.5910.5732.78-
YUV93.15163.47129.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.70%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=28.70%
G=24.17%
B=47.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95801560.390.4900.39251.8432.246.27
Hex5F509C2731027fc202e
Octal13712023447610473744056
Binary1011111101000010011100100111110001010011111111100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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