Html Css Color HEX #5B2599 Daisy Bush

📋 copy color: '#5B2599'

red 91 ◦ green 37 ◦ blue 153

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

Shades of Daisy Bush #5B2599

Tints of Daisy Bush #5B2599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 32.38%
G = 13.17%
B = 54.45%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5B2599 (or 0x5B2599) is known color: Daisy Bush. HEX triplet: 5B, 25 and 99. RGB value is (91,37,153). Sum of RGB (Red+Green+Blue) = 91+37+153=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B2599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2599 is #A4DA66. Grayscale: #414141. Windows color (decimal): -10803815 or 10036571. OLE color: 10036571.

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

Color convert

RGB 91 37 153 -
CMYK 0.41 0.76 0 0.4
HSL 267.93º 0.61% 0.37% -
HSV(B) 267.93º 0.76% 0.6% -
XYZ 10.73 5.85 30.7 -
YUV 66.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 91 37 153 0.41 0.76 0 0.4 267.93 0.61 0.37
Hex 5B 25 99 29 4C 0 28 10C 3D 25
Octal 133 45 231 51 114 0 50 414 75 45
Binary 1011011 100101 10011001 101001 1001100 0 101000 100001100 111101 100101

Color Harmonies of #5B2599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2599

Black with #5B2599

Text Example


Text Example

White with #5B2599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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