Html Css Color HEX #5B4396 Daisy Bush

📋 copy color: '#5B4396'

red 91 ◦ green 67 ◦ blue 150

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

Shades of Daisy Bush #5B4396

Tints of Daisy Bush #5B4396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

 BLUE value IS 150 (58.98% from 255) = 48.7%

R = 29.55%
G = 21.75%
B = 48.7%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B4396 (or 0x5B4396) is known color: Daisy Bush. HEX triplet: 5B, 43 and 96. RGB value is (91,67,150). Sum of RGB (Red+Green+Blue) = 91+67+150=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B4396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4396 is #A4BC69. Grayscale: #535353. Windows color (decimal): -10796138 or 9847643. OLE color: 9847643.

HSL color Cylindrical-coordinate representation of color #5B4396: hue angle of 257.35º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B4396 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 67 150 -
CMYK 0.39 0.55 0 0.41
HSL 257.35º 0.38% 0.43% -
HSV(B) 257.35º 0.55% 0.59% -
XYZ 11.83 8.44 29.86 -
YUV 83.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 91 67 150 0.39 0.55 0 0.41 257.35 0.38 0.43
Hex 5B 43 96 27 37 0 29 101 26 2B
Octal 133 103 226 47 67 0 51 401 46 53
Binary 1011011 1000011 10010110 100111 110111 0 101001 100000001 100110 101011

Color Harmonies of #5B4396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4396

Black with #5B4396

Text Example


Text Example

White with #5B4396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,67,150); }

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

background-color css

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

 a { background-color: rgb(91,67,150); }

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

border-color css

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

 span { border-color: rgb(91,67,150); }

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