Html Css Color HEX #5B399D Daisy Bush

📋 copy color: '#5B399D'

red 91 ◦ green 57 ◦ blue 157

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

Shades of Daisy Bush #5B399D

Tints of Daisy Bush #5B399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 29.84%
G = 18.69%
B = 51.48%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B399D (or 0x5B399D) is known color: Daisy Bush. HEX triplet: 5B, 39 and 9D. RGB value is (91,57,157). Sum of RGB (Red+Green+Blue) = 91+57+157=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B399D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B399D is #A4C662. Grayscale: #4E4E4E. Windows color (decimal): -10798691 or 10303835. OLE color: 10303835.

HSL color Cylindrical-coordinate representation of color #5B399D: hue angle of 260.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B399D is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 57 157 -
CMYK 0.42 0.64 0 0.38
HSL 260.4º 0.47% 0.42% -
HSV(B) 260.4º 0.64% 0.62% -
XYZ 11.86 7.58 32.74 -
YUV 78.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 91 57 157 0.42 0.64 0 0.38 260.4 0.47 0.42
Hex 5B 39 9D 2A 40 0 26 104 2F 2A
Octal 133 71 235 52 100 0 46 404 57 52
Binary 1011011 111001 10011101 101010 1000000 0 100110 100000100 101111 101010

Color Harmonies of #5B399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B399D

Black with #5B399D

Text Example


Text Example

White with #5B399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,57,157); }

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

background-color css

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

 a { background-color: rgb(91,57,157); }

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

border-color css

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

 span { border-color: rgb(91,57,157); }

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