Html Css Color HEX #5B389A Daisy Bush

📋 copy color: '#5B389A'

red 91 ◦ green 56 ◦ blue 154

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

Shades of Daisy Bush #5B389A

Tints of Daisy Bush #5B389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

 BLUE value IS 154 (60.55% from 255) = 51.16%

R = 30.23%
G = 18.6%
B = 51.16%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B389A (or 0x5B389A) is known color: Daisy Bush. HEX triplet: 5B, 38 and 9A. RGB value is (91,56,154). Sum of RGB (Red+Green+Blue) = 91+56+154=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B389A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B389A is #A4C765. Grayscale: #4D4D4D. Windows color (decimal): -10798950 or 10106971. OLE color: 10106971.

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

Color convert

RGB 91 56 154 -
CMYK 0.41 0.64 0 0.40
HSL 261.43º 0.47% 0.41% -
HSV(B) 261.43º 0.64% 0.6% -
XYZ 11.56 7.39 31.39 -
YUV 77.64 171.1 137.53 -
System Red Green Blue C M Y K H S L
Decimal 91 56 154 0.41 0.64 0 0.40 261.43 0.47 0.41
Hex 5B 38 9A 29 40 0 28 105 2F 29
Octal 133 70 232 51 100 0 50 405 57 51
Binary 1011011 111000 10011010 101001 1000000 0 101000 100000101 101111 101001

Color Harmonies of #5B389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B389A

Black with #5B389A

Text Example


Text Example

White with #5B389A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,56,154); }

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

background-color css

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

 a { background-color: rgb(91,56,154); }

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

border-color css

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

 span { border-color: rgb(91,56,154); }

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