Html Css Color HEX #5D2B96 Daisy Bush

📋 copy color: '#5D2B96'

red 93 ◦ green 43 ◦ blue 150

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

Shades of Daisy Bush #5D2B96

Tints of Daisy Bush #5D2B96

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.03%

 BLUE value IS 150 (58.98% from 255) = 52.45%

R = 32.52%
G = 15.03%
B = 52.45%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5D2B96 (or 0x5D2B96) is known color: Daisy Bush. HEX triplet: 5D, 2B and 96. RGB value is (93,43,150). Sum of RGB (Red+Green+Blue) = 93+43+150=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D2B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2B96 is #A2D469. Grayscale: #454545. Windows color (decimal): -10671210 or 9841501. OLE color: 9841501.

HSL color Cylindrical-coordinate representation of color #5D2B96: hue angle of 268.04º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D2B96 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 43 150 -
CMYK 0.38 0.71 0 0.41
HSL 268.04º 0.55% 0.38% -
HSV(B) 268.04º 0.71% 0.59% -
XYZ 10.88 6.26 29.49 -
YUV 70.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 93 43 150 0.38 0.71 0 0.41 268.04 0.55 0.38
Hex 5D 2B 96 26 47 0 29 10C 37 26
Octal 135 53 226 46 107 0 51 414 67 46
Binary 1011101 101011 10010110 100110 1000111 0 101001 100001100 110111 100110

Color Harmonies of #5D2B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2B96

Black with #5D2B96

Text Example


Text Example

White with #5D2B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,43,150); }

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

background-color css

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

 a { background-color: rgb(93,43,150); }

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

border-color css

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

 span { border-color: rgb(93,43,150); }

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