Html Css Color HEX #5B3299 Daisy Bush

📋 copy color: '#5B3299'

red 91 ◦ green 50 ◦ blue 153

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

Shades of Daisy Bush #5B3299

Tints of Daisy Bush #5B3299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.01%

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

R = 30.95%
G = 17.01%
B = 52.04%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5B3299 (or 0x5B3299) is known color: Daisy Bush. HEX triplet: 5B, 32 and 99. RGB value is (91,50,153). Sum of RGB (Red+Green+Blue) = 91+50+153=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B3299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3299 is #A4CD66. Grayscale: #494949. Windows color (decimal): -10800487 or 10039899. OLE color: 10039899.

HSL color Cylindrical-coordinate representation of color #5B3299: hue angle of 263.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B3299 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 91 50 153 -
CMYK 0.41 0.67 0 0.4
HSL 263.88º 0.51% 0.4% -
HSV(B) 263.88º 0.67% 0.6% -
XYZ 11.2 6.81 30.86 -
YUV 74 172.58 140.12 -
System Red Green Blue C M Y K H S L
Decimal 91 50 153 0.41 0.67 0 0.4 263.88 0.51 0.4
Hex 5B 32 99 29 43 0 28 108 33 28
Octal 133 62 231 51 103 0 50 410 63 50
Binary 1011011 110010 10011001 101001 1000011 0 101000 100001000 110011 101000

Color Harmonies of #5B3299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3299

Black with #5B3299

Text Example


Text Example

White with #5B3299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,50,153); }

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

background-color css

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

 a { background-color: rgb(91,50,153); }

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

border-color css

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

 span { border-color: rgb(91,50,153); }

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