Html Css Color HEX #5B388B Daisy Bush

📋 copy color: '#5B388B'

red 91 ◦ green 56 ◦ blue 139

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

Shades of Daisy Bush #5B388B

Tints of Daisy Bush #5B388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 31.82%
G = 19.58%
B = 48.6%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B388B (or 0x5B388B) is known color: Daisy Bush. HEX triplet: 5B, 38 and 8B. RGB value is (91,56,139). Sum of RGB (Red+Green+Blue) = 91+56+139=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B388B is #A4C774. Grayscale: #4B4B4B. Windows color (decimal): -10798965 or 9123931. OLE color: 9123931.

HSL color Cylindrical-coordinate representation of color #5B388B: hue angle of 265.3º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B388B is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 91 56 139 -
CMYK 0.35 0.60 0 0.45
HSL 265.3º 0.43% 0.38% -
HSV(B) 265.3º 0.6% 0.55% -
XYZ 10.39 6.92 25.21 -
YUV 75.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 91 56 139 0.35 0.60 0 0.45 265.3 0.43 0.38
Hex 5B 38 8B 23 3C 0 2D 109 2B 26
Octal 133 70 213 43 74 0 55 411 53 46
Binary 1011011 111000 10001011 100011 111100 0 101101 100001001 101011 100110

Color Harmonies of #5B388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B388B

Black with #5B388B

Text Example


Text Example

White with #5B388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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