Html Css Color HEX #5D379D Daisy Bush

📋 copy color: '#5D379D'

red 93 ◦ green 55 ◦ blue 157

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

Shades of Daisy Bush #5D379D

Tints of Daisy Bush #5D379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

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

R = 30.49%
G = 18.03%
B = 51.48%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D379D (or 0x5D379D) is known color: Daisy Bush. HEX triplet: 5D, 37 and 9D. RGB value is (93,55,157). Sum of RGB (Red+Green+Blue) = 93+55+157=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 55 (21.88% from 255 or 18.03% 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 #5D379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D379D is #A2C862. Grayscale: #4D4D4D. Windows color (decimal): -10668131 or 10303325. OLE color: 10303325.

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

Color convert

RGB 93 55 157 -
CMYK 0.41 0.65 0 0.38
HSL 262.35º 0.48% 0.42% -
HSV(B) 262.35º 0.65% 0.62% -
XYZ 11.97 7.49 32.71 -
YUV 77.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 93 55 157 0.41 0.65 0 0.38 262.35 0.48 0.42
Hex 5D 37 9D 29 41 0 26 106 30 2A
Octal 135 67 235 51 101 0 46 406 60 52
Binary 1011101 110111 10011101 101001 1000001 0 100110 100000110 110000 101010

Color Harmonies of #5D379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D379D

Black with #5D379D

Text Example


Text Example

White with #5D379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,55,157); }

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

background-color css

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

 a { background-color: rgb(93,55,157); }

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

border-color css

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

 span { border-color: rgb(93,55,157); }

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