Html Css Color HEX #56259B Daisy Bush

📋 copy color: '#56259B'

red 86 ◦ green 37 ◦ blue 155

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

Shades of Daisy Bush #56259B

Tints of Daisy Bush #56259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 30.94%
G = 13.31%
B = 55.76%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56259B (or 0x56259B) is known color: Daisy Bush. HEX triplet: 56, 25 and 9B. RGB value is (86,37,155). Sum of RGB (Red+Green+Blue) = 86+37+155=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #56259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56259B is #A9DA64. Grayscale: #404040. Windows color (decimal): -11131493 or 10167638. OLE color: 10167638.

HSL color Cylindrical-coordinate representation of color #56259B: hue angle of 264.92º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56259B is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 37 155 -
CMYK 0.45 0.76 0 0.39
HSL 264.92º 0.61% 0.38% -
HSV(B) 264.92º 0.76% 0.61% -
XYZ 10.42 5.67 31.56 -
YUV 65.1 178.73 142.91 -
System Red Green Blue C M Y K H S L
Decimal 86 37 155 0.45 0.76 0 0.39 264.92 0.61 0.38
Hex 56 25 9B 2D 4C 0 27 109 3D 26
Octal 126 45 233 55 114 0 47 411 75 46
Binary 1010110 100101 10011011 101101 1001100 0 100111 100001001 111101 100110

Color Harmonies of #56259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56259B

Black with #56259B

Text Example


Text Example

White with #56259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56259B; }

 p { color: rgb(86,37,155); }

 H1.HeaderClassName
 {
   color: #56259B;
 }
 .AnyTagClassName
 {
   color: #56259B;
 }
</style>

background-color css

<style>
 a { background-color: #56259B; }

 a { background-color: rgb(86,37,155); }

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

border-color css

<style>
 span { border-color: #56259B; }

 span { border-color: rgb(86,37,155); }

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