Html Css Color HEX #5B2299 Daisy Bush

📋 copy color: '#5B2299'

red 91 ◦ green 34 ◦ blue 153

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

Shades of Daisy Bush #5B2299

Tints of Daisy Bush #5B2299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.23%

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

R = 32.73%
G = 12.23%
B = 55.04%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5B2299 (or 0x5B2299) is known color: Daisy Bush. HEX triplet: 5B, 22 and 99. RGB value is (91,34,153). Sum of RGB (Red+Green+Blue) = 91+34+153=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B2299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2299 is #A4DD66. Grayscale: #404040. Windows color (decimal): -10804583 or 10035803. OLE color: 10035803.

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

Color convert

RGB 91 34 153 -
CMYK 0.41 0.78 0 0.4
HSL 268.74º 0.64% 0.37% -
HSV(B) 268.74º 0.78% 0.6% -
XYZ 10.64 5.67 30.67 -
YUV 64.61 177.88 146.82 -
System Red Green Blue C M Y K H S L
Decimal 91 34 153 0.41 0.78 0 0.4 268.74 0.64 0.37
Hex 5B 22 99 29 4E 0 28 10D 40 25
Octal 133 42 231 51 116 0 50 415 100 45
Binary 1011011 100010 10011001 101001 1001110 0 101000 100001101 1000000 100101

Color Harmonies of #5B2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2299

Black with #5B2299

Text Example


Text Example

White with #5B2299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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