Html Css Color HEX #5F558B Butterfly Bush

📋 copy color: '#5F558B'

red 95 ◦ green 85 ◦ blue 139

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

Shades of Butterfly Bush #5F558B

Tints of Butterfly Bush #5F558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 29.78%
G = 26.65%
B = 43.57%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F558B (or 0x5F558B) is known color: Butterfly Bush. HEX triplet: 5F, 55 and 8B. RGB value is (95,85,139). Sum of RGB (Red+Green+Blue) = 95+85+139=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F558B is #A0AA74. Grayscale: #5D5D5D. Windows color (decimal): -10529397 or 9131359. OLE color: 9131359.

HSL color Cylindrical-coordinate representation of color #5F558B: hue angle of 251.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F558B is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 85 139 -
CMYK 0.32 0.39 0 0.45
HSL 251.11º 0.24% 0.44% -
HSV(B) 251.11º 0.39% 0.55% -
XYZ 12.63 10.79 25.84 -
YUV 94.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 95 85 139 0.32 0.39 0 0.45 251.11 0.24 0.44
Hex 5F 55 8B 20 27 0 2D FB 18 2C
Octal 137 125 213 40 47 0 55 373 30 54
Binary 1011111 1010101 10001011 100000 100111 0 101101 11111011 11000 101100

Color Harmonies of #5F558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F558B

Black with #5F558B

Text Example


Text Example

White with #5F558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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