Html Css Color HEX #5D399B Daisy Bush

📋 copy color: '#5D399B'

red 93 ◦ green 57 ◦ blue 155

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

Shades of Daisy Bush #5D399B

Tints of Daisy Bush #5D399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

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

R = 30.49%
G = 18.69%
B = 50.82%

CMYK

 C value IS 0.4

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D399B (or 0x5D399B) is known color: Daisy Bush. HEX triplet: 5D, 39 and 9B. RGB value is (93,57,155). Sum of RGB (Red+Green+Blue) = 93+57+155=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D399B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D399B is #A2C664. Grayscale: #4E4E4E. Windows color (decimal): -10667621 or 10172765. OLE color: 10172765.

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

Color convert

RGB 93 57 155 -
CMYK 0.4 0.63 0 0.39
HSL 262.04º 0.46% 0.42% -
HSV(B) 262.04º 0.63% 0.61% -
XYZ 11.89 7.62 31.85 -
YUV 78.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 93 57 155 0.4 0.63 0 0.39 262.04 0.46 0.42
Hex 5D 39 9B 28 3F 0 27 106 2E 2A
Octal 135 71 233 50 77 0 47 406 56 52
Binary 1011101 111001 10011011 101000 111111 0 100111 100000110 101110 101010

Color Harmonies of #5D399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D399B

Black with #5D399B

Text Example


Text Example

White with #5D399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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