Html Css Color HEX #5B3190 Daisy Bush

📋 copy color: '#5B3190'

red 91 ◦ green 49 ◦ blue 144

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

Shades of Daisy Bush #5B3190

Tints of Daisy Bush #5B3190

RGB

 RED value IS 91 (35.94% from 255) = 32.04%

 GREEN value IS 49 (19.53% from 255) = 17.25%

 BLUE value IS 144 (56.64% from 255) = 50.7%

R = 32.04%
G = 17.25%
B = 50.7%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B3190 (or 0x5B3190) is known color: Daisy Bush. HEX triplet: 5B, 31 and 90. RGB value is (91,49,144). Sum of RGB (Red+Green+Blue) = 91+49+144=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B3190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3190 is #A4CE6F. Grayscale: #484848. Windows color (decimal): -10800752 or 9449819. OLE color: 9449819.

HSL color Cylindrical-coordinate representation of color #5B3190: hue angle of 266.53º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B3190 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 49 144 -
CMYK 0.37 0.66 0 0.44
HSL 266.53º 0.49% 0.38% -
HSV(B) 266.53º 0.66% 0.56% -
XYZ 10.45 6.43 27.08 -
YUV 72.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 91 49 144 0.37 0.66 0 0.44 266.53 0.49 0.38
Hex 5B 31 90 25 42 0 2C 10B 31 26
Octal 133 61 220 45 102 0 54 413 61 46
Binary 1011011 110001 10010000 100101 1000010 0 101100 100001011 110001 100110

Color Harmonies of #5B3190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3190

Black with #5B3190

Text Example


Text Example

White with #5B3190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,49,144); }

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

background-color css

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

 a { background-color: rgb(91,49,144); }

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

border-color css

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

 span { border-color: rgb(91,49,144); }

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