Html Css Color HEX #56389E Daisy Bush

📋 copy color: '#56389E'

red 86 ◦ green 56 ◦ blue 158

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

Shades of Daisy Bush #56389E

Tints of Daisy Bush #56389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

 BLUE value IS 158 (62.11% from 255) = 52.67%

R = 28.67%
G = 18.67%
B = 52.67%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56389E (or 0x56389E) is known color: Daisy Bush. HEX triplet: 56, 38 and 9E. RGB value is (86,56,158). Sum of RGB (Red+Green+Blue) = 86+56+158=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #56389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56389E is #A9C761. Grayscale: #4C4C4C. Windows color (decimal): -11126626 or 10369110. OLE color: 10369110.

HSL color Cylindrical-coordinate representation of color #56389E: hue angle of 257.65º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56389E is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 56 158 -
CMYK 0.46 0.65 0 0.38
HSL 257.65º 0.48% 0.42% -
HSV(B) 257.65º 0.65% 0.62% -
XYZ 11.42 7.28 33.15 -
YUV 76.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 86 56 158 0.46 0.65 0 0.38 257.65 0.48 0.42
Hex 56 38 9E 2E 41 0 26 102 30 2A
Octal 126 70 236 56 101 0 46 402 60 52
Binary 1010110 111000 10011110 101110 1000001 0 100110 100000010 110000 101010

Color Harmonies of #56389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56389E

Black with #56389E

Text Example


Text Example

White with #56389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56389E; }

 p { color: rgb(86,56,158); }

 H1.HeaderClassName
 {
   color: #56389E;
 }
 .AnyTagClassName
 {
   color: #56389E;
 }
</style>

background-color css

<style>
 a { background-color: #56389E; }

 a { background-color: rgb(86,56,158); }

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

border-color css

<style>
 span { border-color: #56389E; }

 span { border-color: rgb(86,56,158); }

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