Html Css Color HEX #5F518A Butterfly Bush

📋 copy color: '#5F518A'

red 95 ◦ green 81 ◦ blue 138

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

Shades of Butterfly Bush #5F518A

Tints of Butterfly Bush #5F518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 30.25%
G = 25.8%
B = 43.95%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5F518A (or 0x5F518A) is known color: Butterfly Bush. HEX triplet: 5F, 51 and 8A. RGB value is (95,81,138). Sum of RGB (Red+Green+Blue) = 95+81+138=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F518A is #A0AE75. Grayscale: #5B5B5B. Windows color (decimal): -10530422 or 9064799. OLE color: 9064799.

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

Color convert

RGB 95 81 138 -
CMYK 0.31 0.41 0 0.46
HSL 254.74º 0.26% 0.43% -
HSV(B) 254.74º 0.41% 0.54% -
XYZ 12.25 10.15 25.36 -
YUV 91.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 95 81 138 0.31 0.41 0 0.46 254.74 0.26 0.43
Hex 5F 51 8A 1F 29 0 2E FF 1A 2B
Octal 137 121 212 37 51 0 56 377 32 53
Binary 1011111 1010001 10001010 11111 101001 0 101110 11111111 11010 101011

Color Harmonies of #5F518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F518A

Black with #5F518A

Text Example


Text Example

White with #5F518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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