Html Css Color HEX #5F5599 Butterfly Bush

📋 copy color: '#5F5599'

red 95 ◦ green 85 ◦ blue 153

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

Shades of Butterfly Bush #5F5599

Tints of Butterfly Bush #5F5599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 28.53%
G = 25.53%
B = 45.95%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5F5599 (or 0x5F5599) is known color: Butterfly Bush. HEX triplet: 5F, 55 and 99. RGB value is (95,85,153). Sum of RGB (Red+Green+Blue) = 95+85+153=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F5599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5599 is #A0AA66. Grayscale: #5F5F5F. Windows color (decimal): -10529383 or 10048863. OLE color: 10048863.

HSL color Cylindrical-coordinate representation of color #5F5599: hue angle of 248.82º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F5599 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 85 153 -
CMYK 0.38 0.44 0 0.4
HSL 248.82º 0.29% 0.47% -
HSV(B) 248.82º 0.44% 0.6% -
XYZ 13.72 11.23 31.58 -
YUV 95.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 95 85 153 0.38 0.44 0 0.4 248.82 0.29 0.47
Hex 5F 55 99 26 2C 0 28 F9 1D 2F
Octal 137 125 231 46 54 0 50 371 35 57
Binary 1011111 1010101 10011001 100110 101100 0 101000 11111001 11101 101111

Color Harmonies of #5F5599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5599

Black with #5F5599

Text Example


Text Example

White with #5F5599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,85,153); }

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

background-color css

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

 a { background-color: rgb(95,85,153); }

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

border-color css

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

 span { border-color: rgb(95,85,153); }

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