Html Css Color HEX #5B2598 Daisy Bush

📋 copy color: '#5B2598'

red 91 ◦ green 37 ◦ blue 152

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

Shades of Daisy Bush #5B2598

Tints of Daisy Bush #5B2598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.29%

R = 32.5%
G = 13.21%
B = 54.29%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B2598 (or 0x5B2598) is known color: Daisy Bush. HEX triplet: 5B, 25 and 98. RGB value is (91,37,152). Sum of RGB (Red+Green+Blue) = 91+37+152=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B2598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2598 is #A4DA67. Grayscale: #414141. Windows color (decimal): -10803816 or 9971035. OLE color: 9971035.

HSL color Cylindrical-coordinate representation of color #5B2598: hue angle of 268.17º 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 #5B2598 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 37 152 -
CMYK 0.40 0.76 0 0.40
HSL 268.17º 0.61% 0.37% -
HSV(B) 268.17º 0.76% 0.6% -
XYZ 10.64 5.81 30.27 -
YUV 66.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 91 37 152 0.40 0.76 0 0.40 268.17 0.61 0.37
Hex 5B 25 98 28 4C 0 28 10C 3D 25
Octal 133 45 230 50 114 0 50 414 75 45
Binary 1011011 100101 10011000 101000 1001100 0 101000 100001100 111101 100101

Color Harmonies of #5B2598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2598

Black with #5B2598

Text Example


Text Example

White with #5B2598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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