Html Css Color HEX #5D309B Daisy Bush

📋 copy color: '#5D309B'

red 93 ◦ green 48 ◦ blue 155

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

Shades of Daisy Bush #5D309B

Tints of Daisy Bush #5D309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

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

R = 31.42%
G = 16.22%
B = 52.36%

CMYK

 C value IS 0.4

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D309B (or 0x5D309B) is known color: Daisy Bush. HEX triplet: 5D, 30 and 9B. RGB value is (93,48,155). Sum of RGB (Red+Green+Blue) = 93+48+155=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D309B is #A2CF64. Grayscale: #494949. Windows color (decimal): -10669925 or 10170461. OLE color: 10170461.

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

Color convert

RGB 93 48 155 -
CMYK 0.4 0.69 0 0.39
HSL 265.23º 0.53% 0.4% -
HSV(B) 265.23º 0.69% 0.61% -
XYZ 11.49 6.81 31.72 -
YUV 73.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 93 48 155 0.4 0.69 0 0.39 265.23 0.53 0.4
Hex 5D 30 9B 28 45 0 27 109 35 28
Octal 135 60 233 50 105 0 47 411 65 50
Binary 1011101 110000 10011011 101000 1000101 0 100111 100001001 110101 101000

Color Harmonies of #5D309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D309B

Black with #5D309B

Text Example


Text Example

White with #5D309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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