Html Css Color HEX #5B4790 Daisy Bush

📋 copy color: '#5B4790'

red 91 ◦ green 71 ◦ blue 144

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

Shades of Daisy Bush #5B4790

Tints of Daisy Bush #5B4790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

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

R = 29.74%
G = 23.2%
B = 47.06%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B4790 (or 0x5B4790) is known color: Daisy Bush. HEX triplet: 5B, 47 and 90. RGB value is (91,71,144). Sum of RGB (Red+Green+Blue) = 91+71+144=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B4790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4790 is #A4B86F. Grayscale: #555555. Windows color (decimal): -10795120 or 9455451. OLE color: 9455451.

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

Color convert

RGB 91 71 144 -
CMYK 0.37 0.51 0 0.44
HSL 256.44º 0.34% 0.42% -
HSV(B) 256.44º 0.51% 0.56% -
XYZ 11.6 8.74 27.46 -
YUV 85.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 91 71 144 0.37 0.51 0 0.44 256.44 0.34 0.42
Hex 5B 47 90 25 33 0 2C 100 22 2A
Octal 133 107 220 45 63 0 54 400 42 52
Binary 1011011 1000111 10010000 100101 110011 0 101100 100000000 100010 101010

Color Harmonies of #5B4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4790

Black with #5B4790

Text Example


Text Example

White with #5B4790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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