Html Css Color HEX #56299F Daisy Bush

📋 copy color: '#56299F'

red 86 ◦ green 41 ◦ blue 159

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

Shades of Daisy Bush #56299F

Tints of Daisy Bush #56299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.34%

 BLUE value IS 159 (62.5% from 255) = 55.59%

R = 30.07%
G = 14.34%
B = 55.59%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56299F (or 0x56299F) is known color: Daisy Bush. HEX triplet: 56, 29 and 9F. RGB value is (86,41,159). Sum of RGB (Red+Green+Blue) = 86+41+159=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #56299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56299F is #A9D660. Grayscale: #434343. Windows color (decimal): -11130465 or 10430806. OLE color: 10430806.

HSL color Cylindrical-coordinate representation of color #56299F: hue angle of 262.88º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56299F is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 41 159 -
CMYK 0.46 0.74 0 0.38
HSL 262.88º 0.59% 0.39% -
HSV(B) 262.88º 0.74% 0.62% -
XYZ 10.89 6.07 33.4 -
YUV 67.91 179.41 140.91 -
System Red Green Blue C M Y K H S L
Decimal 86 41 159 0.46 0.74 0 0.38 262.88 0.59 0.39
Hex 56 29 9F 2E 4A 0 26 107 3B 27
Octal 126 51 237 56 112 0 46 407 73 47
Binary 1010110 101001 10011111 101110 1001010 0 100110 100000111 111011 100111

Color Harmonies of #56299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56299F

Black with #56299F

Text Example


Text Example

White with #56299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56299F; }

 p { color: rgb(86,41,159); }

 H1.HeaderClassName
 {
   color: #56299F;
 }
 .AnyTagClassName
 {
   color: #56299F;
 }
</style>

background-color css

<style>
 a { background-color: #56299F; }

 a { background-color: rgb(86,41,159); }

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

border-color css

<style>
 span { border-color: #56299F; }

 span { border-color: rgb(86,41,159); }

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