Html Css Color HEX #5F509A Butterfly Bush

📋 copy color: '#5F509A'

red 95 ◦ green 80 ◦ blue 154

#5F509A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #5F509A

Tints of Butterfly Bush #5F509A

RGB

 RED value IS 95 (37.5% from 255) = 28.88%

 GREEN value IS 80 (31.64% from 255) = 24.32%

 BLUE value IS 154 (60.55% from 255) = 46.81%

R = 28.88%
G = 24.32%
B = 46.81%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5F509A (or 0x5F509A) is known color: Butterfly Bush. HEX triplet: 5F, 50 and 9A. RGB value is (95,80,154). Sum of RGB (Red+Green+Blue) = 95+80+154=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F509A is #A0AF65. Grayscale: #5C5C5C. Windows color (decimal): -10530662 or 10113119. OLE color: 10113119.

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

Color convert

RGB 95 80 154 -
CMYK 0.38 0.48 0 0.40
HSL 252.16º 0.32% 0.46% -
HSV(B) 252.16º 0.48% 0.6% -
XYZ 13.42 10.5 31.89 -
YUV 92.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 95 80 154 0.38 0.48 0 0.40 252.16 0.32 0.46
Hex 5F 50 9A 26 30 0 28 FC 20 2E
Octal 137 120 232 46 60 0 50 374 40 56
Binary 1011111 1010000 10011010 100110 110000 0 101000 11111100 100000 101110

Color Harmonies of #5F509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F509A

Black with #5F509A

Text Example


Text Example

White with #5F509A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F509A;
 }
 .AnyTagClassName
 {
   color: #5F509A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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