Html Css Color HEX #5B2996 Daisy Bush

📋 copy color: '#5B2996'

red 91 ◦ green 41 ◦ blue 150

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

Shades of Daisy Bush #5B2996

Tints of Daisy Bush #5B2996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

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

R = 32.27%
G = 14.54%
B = 53.19%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B2996 (or 0x5B2996) is known color: Daisy Bush. HEX triplet: 5B, 29 and 96. RGB value is (91,41,150). Sum of RGB (Red+Green+Blue) = 91+41+150=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B2996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2996 is #A4D669. Grayscale: #434343. Windows color (decimal): -10802794 or 9840987. OLE color: 9840987.

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

Color convert

RGB 91 41 150 -
CMYK 0.39 0.73 0 0.41
HSL 267.52º 0.57% 0.37% -
HSV(B) 267.52º 0.73% 0.59% -
XYZ 10.61 6.01 29.46 -
YUV 68.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 91 41 150 0.39 0.73 0 0.41 267.52 0.57 0.37
Hex 5B 29 96 27 49 0 29 10C 39 25
Octal 133 51 226 47 111 0 51 414 71 45
Binary 1011011 101001 10010110 100111 1001001 0 101001 100001100 111001 100101

Color Harmonies of #5B2996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2996

Black with #5B2996

Text Example


Text Example

White with #5B2996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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