Html Css Color HEX #5D369B Daisy Bush

📋 copy color: '#5D369B'

red 93 ◦ green 54 ◦ blue 155

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

Shades of Daisy Bush #5D369B

Tints of Daisy Bush #5D369B

RGB

 RED value IS 93 (36.72% from 255) = 30.79%

 GREEN value IS 54 (21.48% from 255) = 17.88%

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 30.79%
G = 17.88%
B = 51.32%

CMYK

 C value IS 0.4

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D369B (or 0x5D369B) is known color: Daisy Bush. HEX triplet: 5D, 36 and 9B. RGB value is (93,54,155). Sum of RGB (Red+Green+Blue) = 93+54+155=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D369B is #A2C964. Grayscale: #4C4C4C. Windows color (decimal): -10668389 or 10171997. OLE color: 10171997.

HSL color Cylindrical-coordinate representation of color #5D369B: hue angle of 263.17º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D369B is Cyan = 0.4, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 54 155 -
CMYK 0.4 0.65 0 0.39
HSL 263.17º 0.48% 0.41% -
HSV(B) 263.17º 0.65% 0.61% -
XYZ 11.75 7.33 31.81 -
YUV 77.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 93 54 155 0.4 0.65 0 0.39 263.17 0.48 0.41
Hex 5D 36 9B 28 41 0 27 107 30 29
Octal 135 66 233 50 101 0 47 407 60 51
Binary 1011101 110110 10011011 101000 1000001 0 100111 100000111 110000 101001

Color Harmonies of #5D369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D369B

Black with #5D369B

Text Example


Text Example

White with #5D369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,54,155); }

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

background-color css

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

 a { background-color: rgb(93,54,155); }

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

border-color css

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

 span { border-color: rgb(93,54,155); }

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