Html Css Color HEX #5D299B Daisy Bush

📋 copy color: '#5D299B'

red 93 ◦ green 41 ◦ blue 155

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

Shades of Daisy Bush #5D299B

Tints of Daisy Bush #5D299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

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

R = 32.18%
G = 14.19%
B = 53.63%

CMYK

 C value IS 0.4

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D299B (or 0x5D299B) is known color: Daisy Bush. HEX triplet: 5D, 29 and 9B. RGB value is (93,41,155). Sum of RGB (Red+Green+Blue) = 93+41+155=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D299B is #A2D664. Grayscale: #454545. Windows color (decimal): -10671717 or 10168669. OLE color: 10168669.

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

Color convert

RGB 93 41 155 -
CMYK 0.4 0.74 0 0.39
HSL 267.37º 0.58% 0.38% -
HSV(B) 267.37º 0.74% 0.61% -
XYZ 11.22 6.28 31.63 -
YUV 69.54 176.23 144.73 -
System Red Green Blue C M Y K H S L
Decimal 93 41 155 0.4 0.74 0 0.39 267.37 0.58 0.38
Hex 5D 29 9B 28 4A 0 27 10B 3A 26
Octal 135 51 233 50 112 0 47 413 72 46
Binary 1011101 101001 10011011 101000 1001010 0 100111 100001011 111010 100110

Color Harmonies of #5D299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D299B

Black with #5D299B

Text Example


Text Example

White with #5D299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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