Html Css Color HEX #56309D Daisy Bush

📋 copy color: '#56309D'

red 86 ◦ green 48 ◦ blue 157

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

Shades of Daisy Bush #56309D

Tints of Daisy Bush #56309D

RGB

 RED value IS 86 (33.98% from 255) = 29.55%

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

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

R = 29.55%
G = 16.49%
B = 53.95%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56309D (or 0x56309D) is known color: Daisy Bush. HEX triplet: 56, 30 and 9D. RGB value is (86,48,157). Sum of RGB (Red+Green+Blue) = 86+48+157=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #56309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56309D is #A9CF62. Grayscale: #474747. Windows color (decimal): -11128675 or 10301526. OLE color: 10301526.

HSL color Cylindrical-coordinate representation of color #56309D: hue angle of 260.92º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56309D is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 48 157 -
CMYK 0.45 0.69 0 0.38
HSL 260.92º 0.53% 0.4% -
HSV(B) 260.92º 0.69% 0.62% -
XYZ 10.98 6.53 32.58 -
YUV 71.79 176.09 138.14 -
System Red Green Blue C M Y K H S L
Decimal 86 48 157 0.45 0.69 0 0.38 260.92 0.53 0.4
Hex 56 30 9D 2D 45 0 26 105 35 28
Octal 126 60 235 55 105 0 46 405 65 50
Binary 1010110 110000 10011101 101101 1000101 0 100110 100000101 110101 101000

Color Harmonies of #56309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56309D

Black with #56309D

Text Example


Text Example

White with #56309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56309D; }

 p { color: rgb(86,48,157); }

 H1.HeaderClassName
 {
   color: #56309D;
 }
 .AnyTagClassName
 {
   color: #56309D;
 }
</style>

background-color css

<style>
 a { background-color: #56309D; }

 a { background-color: rgb(86,48,157); }

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

border-color css

<style>
 span { border-color: #56309D; }

 span { border-color: rgb(86,48,157); }

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